summaryrefslogtreecommitdiffstats
path: root/perl-install/help.pm
blob: 481f0969cc55d723af9a2cb99d63457c9ebc5250 (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
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
package help;
use common;

1;

# IMPORTANT: Do not edit this File - It is automatically generated 
#            from the manuals !!! 
#            Write a mail to <documentation@mandriva.com> if
#            you want it changed.
sub acceptLicense() {
    N("Before continuing, you should carefully read the terms of the license. It
covers the entire Mandriva Linux distribution. If you agree with all the
terms it contains, check the \"%s\" box. If not, clicking on the \"%s\"
button will reboot your computer.", N("Accept"), N("Quit"));
}
sub addUser() {
    N("GNU/Linux is a multi-user system which means each user can have his or her
own preferences, own files and so on. But unlike \"root\", who is the
system administrator, the users you add at this point will not be authorized
to change anything except their own files and their own configurations,
protecting the system from unintentional or malicious changes which could
impact on the system as a whole. You'll have to create at least one regular
user for yourself -- this is the account which you should use for routine,
day-to-day usage. Although it's very easy to log in as \"root\" to do
anything and everything, it may also be very dangerous! A very simple
mistake could mean that your system will not work any more. If you make a
serious mistake as a regular user, the worst that can happen is that you'll
lose some information, but you will not affect the entire system.

The first field asks you for a real name. Of course, this is not mandatory
-- you can actually enter whatever you like. DrakX will use the first word
you type in this field and copy it to the \"%s\" one, which is the name
this user will enter to log onto the system. If you like, you may override
the default and change the user name. The next step is to enter a password.
From a security point of view, a non-privileged (regular) user password is
not as crucial as the \"root\" password, but that's no reason to neglect it
by making it blank or too simple: after all, your files could be the ones
at risk.

Once you click on \"%s\", you can add other users. Add a user for each one
of your friends, your father, your sister, etc. Click \"%s\" when you're
finished adding users.

Clicking the \"%s\" button allows you to change the default \"shell\" for
that user (bash by default).

When you're finished adding users, you'll be asked to choose a user who
will be automatically logged into the system when the computer boots up. If
you're interested in that feature (and do not care much about local
security), choose the desired user and window manager, then click on
\"%s\". If you're not interested in this feature, uncheck the \"%s\" box.", N("User name"), N("Accept user"), N("Next"), N("Advanced"), N("Next"), N("Do you want to use this feature?"));
}
sub ask_mntpoint_s() {
    N("Listed here are the existing Linux partitions detected on your hard drive.
You can keep the choices made by the wizard, since they are good for most
common installations. If you make any changes, you must at least define a
root partition (\"/\"). Do not choose too small a partition or you will not
be able to install enough software. If you want to store your data on a
separate partition, you will also need to create a \"/home\" partition
(only possible if you have more than one Linux partition available).

Each partition is listed as follows: \"Name\", \"Capacity\".

\"Name\" is structured: \"hard drive type\", \"hard drive number\",
\"partition number\" (for example, \"hda1\").

\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and
\"sd\" if it is a SCSI hard drive.

\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE
hard drives:

 * \"a\" means \"master hard drive on the primary IDE controller\";

 * \"b\" means \"slave hard drive on the primary IDE controller\";

 * \"c\" means \"master hard drive on the secondary IDE controller\";

 * \"d\" means \"slave hard drive on the secondary IDE controller\".

With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means
\"second lowest SCSI ID\", etc.");
}
sub chooseCd() {
    N("The Mandriva Linux installation is distributed on several CD-ROMs. If a
selected package is located on another CD-ROM, DrakX will eject the current
CD and ask you to insert the required one. If you do not have the requested
CD at hand, just click on \"%s\", the corresponding packages will not be
installed.", N("Cancel"));
}
sub choosePackages() {
    N("It's now time to specify which programs you wish to install on your system.
There are thousands of packages available for Mandriva Linux, and to make it
simpler to manage, they have been placed into groups of similar
applications.

Mandriva Linux sorts package groups in four categories. You can mix and
match applications from the various categories, so a ``Workstation''
installation can still have applications from the ``Server'' category
installed.

 * \"%s\": if you plan to use your machine as a workstation, select one or
more of the groups in the workstation category.

 * \"%s\": if you plan on using your machine for programming, select the
appropriate groups from that category. The special \"LSB\" group will
configure your system so that it complies as much as possible with the
Linux Standard Base specifications.

   Selecting the \"LSB\" group will also install the \"2.4\" kernel series,
instead of the default \"2.6\" one. This is to ensure 100%%-LSB compliance
of the system. However, if you do not select the \"LSB\" group you will
still have a system which is nearly 100%% LSB-compliant.

 * \"%s\": if your machine is intended to be a server, select which of the
more common services you wish to install on your machine.

 * \"%s\": this is where you will choose your preferred graphical
environment. At least one must be selected if you want to have a graphical
interface available.

Moving the mouse cursor over a group name will display a short explanatory
text about that group.

You can check the \"%s\" box, which is useful if you're familiar with the
packages being offered or if you want to have total control over what will
be installed.

If you start the installation in \"%s\" mode, you can deselect all groups
and prevent the installation of any new packages. This is useful for
repairing or updating an existing system.

If you deselect all groups when performing a regular installation (as
opposed to an upgrade), a dialog will pop up suggesting different options
for a minimal installation:

 * \"%s\": install the minimum number of packages possible to have a
working graphical desktop.

 * \"%s\": installs the base system plus basic utilities and their
documentation. This installation is suitable for setting up a server.

 * \"%s\": will install the absolute minimum number of packages necessary
to get a working Linux system. With this installation you will only have a
command-line interface. The total size of this installation is about 65
megabytes.", N("Workstation"), N("Development"), N("Server"), N("Graphical Environment"), N("Individual package selection"), N("Upgrade"), N("With X"), N("With basic documentation"), N("Truly minimal install"));
}
sub choosePackagesTree() {
    N("If you choose to install packages individually, the installer will present
a tree containing all packages classified by groups and subgroups. While
browsing the tree, you can select entire groups, subgroups, or individual
packages.

Whenever you select a package on the tree, a description will appear on the
right to let you know the purpose of that package.

!! If a server package has been selected, either because you specifically
chose the individual package or because it was part of a group of packages,
you'll be asked to confirm that you really want those servers to be
installed. By default Mandriva Linux will automatically start any installed
services at boot time. Even if they are safe and have no known issues at
the time the distribution was shipped, it is entirely possible that
security holes were discovered after this version of Mandriva Linux was
finalized. If you do not know what a particular service is supposed to do or
why it's being installed, then click \"%s\". Clicking \"%s\" will install
the listed services and they will be started automatically at boot time. !!

The \"%s\" option is used to disable the warning dialog which appears
whenever the installer automatically selects a package to resolve a
dependency issue. Some packages depend on others and the installation of
one particular package may require the installation of another package. The
installer can determine which packages are required to satisfy a dependency
to successfully complete the installation.

The tiny floppy disk icon at the bottom of the list allows you to load a
package list created during a previous installation. This is useful if you
have a number of machines that you wish to configure identically. Clicking
on this icon will ask you to insert the floppy disk created at the end of
another installation. See the second tip of the last step on how to create
such a floppy.", N("No"), N("Yes"), N("Automatic dependencies"));
}
sub configurePrinter() {
    N("\"%s\": clicking on the \"%s\" button will open the printer configuration
wizard. Consult the corresponding chapter of the ``Starter Guide'' for more
information on how to set up a new printer. The interface presented in our
manual is similar to the one used during installation.", N("Printer"), N("Configure"));
}
sub configureServices() {
    N("This dialog is used to select which services you wish to start at boot
time.

DrakX will list all services available on the current installation. Review
each one of them carefully and uncheck those which are not needed at boot
time.

A short explanatory text will be displayed about a service when it is
selected. However, if you're not sure whether a service is useful or not,
it is safer to leave the default behavior.

!! At this stage, be very careful if you intend to use your machine as a
server: you probably do not want to start any services which you do not need.
Please remember that some services can be dangerous if they're enabled on a
server. In general, select only those services you really need. !!");
}
sub configureTimezoneGMT() {
    N("GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to
local time according to the time zone you selected. If the clock on your
motherboard is set to local time, you may deactivate this by unselecting
\"%s\", which will let GNU/Linux know that the system clock and the
hardware clock are in the same time zone. This is useful when the machine
also hosts another operating system.

The \"%s\" option will automatically regulate the system clock by
connecting to a remote time server on the Internet. For this feature to
work, you must have a working Internet connection. We recommend that you
choose a time server located near you. This option actually installs a time
server which can be used by other machines on your local network as well.", N("Hardware clock set to GMT"), N("Automatic time synchronization"));
}
sub configureX_card_list() {
    N("Graphic Card

   The installer will normally automatically detect and configure the
graphic card installed on your machine. If this is not correct, you can
choose from this list the card you actually have installed.

   In the situation where different servers are available for your card,
with or without 3D acceleration, you're asked to choose the server which
best suits your needs.");
}
sub configureX_chooser() {
    N("X (for X Window System) is the heart of the GNU/Linux graphical interface
on which all the graphical environments (KDE, GNOME, AfterStep,
WindowMaker, etc.) bundled with Mandriva Linux rely upon.

You'll see a list of different parameters to change to get an optimal
graphical display.

Graphic Card

   The installer will normally automatically detect and configure the
graphic card installed on your machine. If this is not correct, you can
choose from this list the card you actually have installed.

   In the situation where different servers are available for your card,
with or without 3D acceleration, you're asked to choose the server which
best suits your needs.



Monitor

   Normally the installer will automatically detect and configure the
monitor connected to your machine. If it is not correct, you can choose
from this list the monitor which is connected to your computer.



Resolution

   Here you can choose the resolutions and color depths available for your
graphics hardware. Choose the one which best suits your needs (you will be
able to make changes after the installation). A sample of the chosen
configuration is shown in the monitor picture.



Test

   Depending on your hardware, this entry might not appear.

   The system will try to open a graphical screen at the desired
resolution. If you see the test message during the test and answer \"%s\",
then DrakX will proceed to the next step. If you do not see it, then it
means that some part of the auto-detected configuration was incorrect and
the test will automatically end after 12 seconds and return you to the
menu. Change settings until you get a correct graphical display.



Options

   This steps allows you to choose whether you want your machine to
automatically switch to a graphical interface at boot. Obviously, you may
want to check \"%s\" if your machine is to act as a server, or if you were
not successful in getting the display configured.", N("Yes"), N("No"));
}
sub configureX_monitor() {
    N("Monitor

   Normally the installer will automatically detect and configure the
monitor connected to your machine. If it is not correct, you can choose
from this list the monitor which is connected to your computer.");
}
sub configureX_resolution() {
    N("Resolution

   Here you can choose the resolutions and color depths available for your
graphics hardware. Choose the one which best suits your needs (you will be
able to make changes after the installation). A sample of the chosen
configuration is shown in the monitor picture.");
}
sub configureX_xfree_and_glx() {
    N("In the situation where different servers are available for your card, with
or without 3D acceleration, you're asked to choose the server which best
suits your needs.");
}
sub configureXxdm() {
    N("Options

   This steps allows you to choose whether you want your machine to
automatically switch to a graphical interface at boot. Obviously, you may
want to check \"%s\" if your machine is to act as a server, or if you were
not successful in getting the display configured.", N("No"));
}
sub doPartitionDisks() {
    N("You now need to decide where you want to install the Mandriva Linux
operating system on your hard drive. If your hard drive is empty or if an
existing operating system is using all the available space you will have to
partition the drive. Basically, partitioning a hard drive means to
logically divide it to create the space needed to install your new
Mandriva Linux system.

Because the process of partitioning a hard drive is usually irreversible
and can lead to data losses, partitioning can be intimidating and stressful
for the inexperienced user. Fortunately, DrakX includes a wizard which
simplifies this process. Before continuing with this step, read through the
rest of this section and above all, take your time.

Depending on the configuration of your hard drive, several options are
available:

 * \"%s\". This option will perform an automatic partitioning of your blank
drive(s). If you use this option there will be no further prompts.

 * \"%s\". The wizard has detected one or more existing Linux partitions on
your hard drive. If you want to use them, choose this option. You will then
be asked to choose the mount points associated with each of the partitions.
The legacy mount points are selected by default, and for the most part it's
a good idea to keep them.

 * \"%s\". If Microsoft Windows is installed on your hard drive and takes
all the space available on it, you will have to create free space for
GNU/Linux. To do so, you can delete your Microsoft Windows partition and
data (see ``Erase entire disk'' solution) or resize your Microsoft Windows
FAT or NTFS partition. Resizing can be performed without the loss of any
data, provided you've previously defragmented the Windows partition.
Backing up your data is strongly recommended. Using this option is
recommended if you want to use both Mandriva Linux and Microsoft Windows on
the same computer.

   Before choosing this option, please understand that after this
procedure, the size of your Microsoft Windows partition will be smaller
than when you started. You'll have less free space under Microsoft Windows
to store your data or to install new software.

 * \"%s\". If you want to delete all data and all partitions present on
your hard drive and replace them with your new Mandriva Linux system, choose
this option. Be careful, because you will not be able to undo this operation
after you confirm.

   !! If you choose this option, all data on your disk will be deleted. !!

 * \"%s\". This option appears when the hard drive is entirely taken by
Microsoft Windows. Choosing this option will simply erase everything on the
drive and begin fresh, partitioning everything from scratch.

   !! If you choose this option, all data on your disk will be lost. !!

 * \"%s\". Choose this option if you want to manually partition your hard
drive. Be careful -- it is a powerful but dangerous choice and you can very
easily lose all your data. That's why this option is really only
recommended if you have done something like this before and have some
experience. For more instructions on how to use the DiskDrake utility,
refer to the ``Managing Your Partitions'' section in the ``Starter Guide''.", N("Use free space"), N("Use existing partition"), N("Use the free space on the Microsoft Windows® partition"), N("Erase entire disk"), N("Remove Windows"), N("Custom disk partitioning"));
}
sub exitInstall() {
    N("There you are. Installation is now complete and your GNU/Linux system is
ready to be used. Just click on \"%s\" to reboot the system. Do not forget
to remove the installation media (CD-ROM or floppy). The first thing you
should see after your computer has finished doing its hardware tests is the
boot-loader menu, giving you the choice of which operating system to start.

The \"%s\" button shows two more buttons to:

 * \"%s\": enables you to create an installation floppy disk which will
automatically perform a whole installation without the help of an operator,
similar to the installation you've just configured.

   Note that two different options are available after clicking on that
button:

    * \"%s\". This is a partially automated installation. The partitioning
step is the only interactive procedure.

    * \"%s\". Fully automated installation: the hard disk is completely
rewritten, all data is lost.

   This feature is very handy when installing on a number of similar
machines. See the Auto install section on our web site for more
information.

 * \"%s\"(*): saves a list of the packages selected in this installation.
To use this selection with another installation, insert the floppy and
start the installation. At the prompt, press the [F1] key, type >>linux
defcfg=\"floppy\"<< and press the [Enter] key.

(*) You need a FAT-formatted floppy. To create one under GNU/Linux, type
\"mformat a:\", or \"fdformat /dev/fd0\" followed by \"mkfs.vfat
/dev/fd0\".", N("Reboot"), N("Advanced"), N("Generate auto-install floppy"), N("Replay"), N("Automated"), N("Save packages selection"));
}
sub formatPartitions() {
    N("If you chose to reuse some legacy GNU/Linux partitions, you may wish to
reformat some of them and erase any data they contain. To do so, please
select those partitions as well.

Please note that it's not necessary to reformat all pre-existing
partitions. You must reformat the partitions containing the operating
system (such as \"/\", \"/usr\" or \"/var\") but you do not have to reformat
partitions containing data that you wish to keep (typically \"/home\").

Please be careful when selecting partitions. After the formatting is
completed, all data on the selected partitions will be deleted and you
will not be able to recover it.

Click on \"%s\" when you're ready to format the partitions.

Click on \"%s\" if you want to choose another partition for your new
Mandriva Linux operating system installation.

Click on \"%s\" if you wish to select partitions which will be checked for
bad blocks on the disk.", N("Next"), N("Previous"), N("Advanced"));
}
sub installUpdates() {
    N("By the time you install Mandriva Linux, it's likely that some packages will
have been updated since the initial release. Bugs may have been fixed,
security issues resolved. To allow you to benefit from these updates,
you're now able to download them from the Internet. Check \"%s\" if you
have a working Internet connection, or \"%s\" if you prefer to install
updated packages later.

Choosing \"%s\" will display a list of web locations from which updates can
be retrieved. You should choose one near to you. A package-selection tree
will appear: review the selection, and press \"%s\" to retrieve and install
the selected package(s), or \"%s\" to abort.", N("Yes"), N("No"), N("Yes"), N("Install"), N("Cancel"));
}
sub miscellaneous() {
    N("At this point, DrakX will allow you to choose the security level you desire
for your machine. As a rule of thumb, the security level should be set
higher if the machine is to contain crucial data, or if it's to be directly
exposed to the Internet. The trade-off that a higher security level is
generally obtained at the expense of ease of use.

If you do not know what to choose, keep the default option. You'll be able
to change it later with the draksec tool, which is part of Mandriva Linux
Control Center.

Fill the \"%s\" field with the e-mail address of the person responsible for
security. Security messages will be sent to that address.", N("Security Administrator"));
}
sub partition_with_diskdrake() {
    N("At this point, you need to choose which partition(s) will be used for the
installation of your Mandriva Linux system. If partitions have already been
defined, either from a previous installation of GNU/Linux or by another
partitioning tool, you can use existing partitions. Otherwise, hard drive
partitions must be defined.

To create partitions, you must first select a hard drive. You can select
the disk for partitioning by clicking on ``hda'' for the first IDE drive,
``hdb'' for the second, ``sda'' for the first SCSI drive and so on.

To partition the selected hard drive, you can use these options:

 * \"%s\": this option deletes all partitions on the selected hard drive

 * \"%s\": this option enables you to automatically create ext3 and swap
partitions in the free space of your hard drive

\"%s\": gives access to additional features:

 * \"%s\": saves the partition table to a floppy. Useful for later
partition-table recovery if necessary. It is strongly recommended that you
perform this step.

 * \"%s\": allows you to restore a previously saved partition table from a
floppy disk.

 * \"%s\": if your partition table is damaged, you can try to recover it
using this option. Please be careful and remember that it does not always
work.

 * \"%s\": discards all changes and reloads the partition table that was
originally on the hard drive.

 * \"%s\": un-checking this option will force users to manually mount and
unmount removable media such as floppies and CD-ROMs.

 * \"%s\": use this option if you wish to use a wizard to partition your
hard drive. This is recommended if you do not have a good understanding of
partitioning.

 * \"%s\": use this option to cancel your changes.

 * \"%s\": allows additional actions on partitions (type, options, format)
and gives more information about the hard drive.

 * \"%s\": when you are finished partitioning your hard drive, this will
save your changes back to disk.

When defining the size of a partition, you can finely set the partition
size by using the Arrow keys of your keyboard.

Note: you can reach any option using the keyboard. Navigate through the
partitions using [Tab] and the [Up/Down] arrows.

When a partition is selected, you can use:

 * Ctrl-c to create a new partition (when an empty partition is selected)

 * Ctrl-d to delete a partition

 * Ctrl-m to set the mount point

To get information about the different file system types available, please
read the ext2FS chapter from the ``Reference Manual''.

If you are installing on a PPC machine, you will want to create a small HFS
``bootstrap'' partition of at least 1MB which will be used by the yaboot
bootloader. If you opt to make the partition a bit larger, say 50MB, you
may find it a useful place to store a spare kernel and ramdisk images for
emergency boot situations.", N("Clear all"), N("Auto allocate"), N("More"), N("Save partition table"), N("Restore partition table"), N("Rescue partition table"), N("Reload partition table"), N("Removable media auto-mounting"), N("Wizard"), N("Undo"), N("Toggle between normal/expert mode"), N("Done"));
}
sub resizeFATChoose() {
    N("More than one Microsoft partition has been detected on your hard drive.
Please choose the one which you want to resize in order to install your new
Mandriva Linux operating system.

Each partition is listed as follows: \"Linux name\", \"Windows name\"
\"Capacity\".

\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",
\"partition number\" (for example, \"hda1\").

\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and
\"sd\" if it is a SCSI hard drive.

\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE
hard drives:

 * \"a\" means \"master hard drive on the primary IDE controller\";

 * \"b\" means \"slave hard drive on the primary IDE controller\";

 * \"c\" means \"master hard drive on the secondary IDE controller\";

 * \"d\" means \"slave hard drive on the secondary IDE controller\".

With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means
\"second lowest SCSI ID\", etc.

\"Windows name\" is the letter of your hard drive under Windows (the first
disk or partition is called \"C:\").");
}
sub selectCountry() {
    N("\"%s\": check the current country selection. If you're not in this country,
click on the \"%s\" button and choose another. If your country is not in the
list shown, click on the \"%s\" button to get the complete country list.", N("Country / Region"), N("Configure"), N("More"));
}
sub selectInstallClass() {
    N("This step is activated only if an existing GNU/Linux partition has been
found on your machine.

DrakX now needs to know if you want to perform a new installation or an
upgrade of an existing Mandriva Linux system:

 * \"%s\". For the most part, this completely wipes out the old system.
However, depending on your partitioning scheme, you can prevent some of
your existing data (notably \"home\" directories) from being over-written.
If you wish to change how your hard drives are partitioned, or to change
the file system, you should use this option.

 * \"%s\". This installation class allows you to update the packages
currently installed on your Mandriva Linux system. Your current partitioning
scheme and user data will not be altered. Most of the other configuration
steps remain available and are similar to a standard installation.

Using the ``Upgrade'' option should work fine on Mandriva Linux systems
running version \"8.1\" or later. Performing an upgrade on versions prior
to Mandriva Linux version \"8.1\" is not recommended.", N("Install"), N("Upgrade"));
}
sub selectKeyboard() {
    N("Depending on the language you chose (), DrakX will automatically select a
particular type of keyboard configuration. Check that the selection suits
you or choose another keyboard layout.

Also, you may not have a keyboard which corresponds exactly to your
language: for example, if you are an English-speaking Swiss native, you may
have a Swiss keyboard. Or if you speak English and are located in Quebec,
you may find yourself in the same situation where your native language and
country-set keyboard do not match. In either case, this installation step
will allow you to select an appropriate keyboard from a list.

Click on the \"%s\" button to be shown a list of supported keyboards.

If you choose a keyboard layout based on a non-Latin alphabet, the next
dialog will allow you to choose the key binding which will switch the
keyboard between the Latin and non-Latin layouts.", N("More"));
}
sub selectLanguage() {
    N("The first step is to choose your preferred language.

Your choice of preferred language will affect the installer, the
documentation, and the system in general. First select the region you're
located in, then the language you speak.

Clicking on the \"%s\" button will allow you to select other languages to
be installed on your workstation, thereby installing the language-specific
files for system documentation and applications. For example, if Spanish
users are to use your machine, select English as the default language in
the tree view and \"%s\" in the Advanced section.

About UTF-8 (unicode) support: Unicode is a new character encoding meant to
cover all existing languages. However full support for it in GNU/Linux is
still under development. For that reason, Mandriva Linux's use of UTF-8 will
depend on the user's choices:

 * If you choose a language with a strong legacy encoding (latin1
languages, Russian, Japanese, Chinese, Korean, Thai, Greek, Turkish, most
iso-8859-2 languages), the legacy encoding will be used by default;

 * Other languages will use unicode by default;

 * If two or more languages are required, and those languages are not using
the same encoding, then unicode will be used for the whole system;

 * Finally, unicode can also be forced for use throughout the system at a
user's request by selecting the \"%s\" option independently of which
languages were been chosen.

Note that you're not limited to choosing a single additional language. You
may choose several, or even install them all by selecting the \"%s\" box.
Selecting support for a language means translations, fonts, spell checkers,
etc. will also be installed for that language.

To switch between the various languages installed on your system, you can
launch the \"localedrake\" command as \"root\" to change the language used
by the entire system. Running the command as a regular user will only
change the language settings for that particular user.", N("Advanced"), N("Espanol"), N("Use Unicode by default"), N("All languages"));
}
sub selectMouse() {
    N("Usually, DrakX has no problems detecting the number of buttons on your
mouse. If it does, it assumes you have a two-button mouse and will
configure it for third-button emulation. The third-button mouse button of a
two-button mouse can be obtained by simultaneously clicking the left and
right mouse buttons. DrakX will automatically know whether your mouse uses
a PS/2, serial or USB interface.

If you have a 3-button mouse without a wheel, you can choose a \"%s\"
mouse. DrakX will then configure your mouse so that you can simulate the
wheel with it: to do so, press the middle button and move your mouse
pointer up and down.

If for some reason you wish to specify a different type of mouse, select it
from the list provided.

You can select the \"%s\" entry to chose a ``generic'' mouse type which
will work with nearly all mice.

If you choose a mouse other than the default one, a test screen will be
displayed. Use the buttons and wheel to verify that the settings are
correct and that the mouse is working correctly. If the mouse is not
working well, press the space bar or [Return] key to cancel the test and
you will be returned to the mouse list.

Occasionally wheel mice are not detected automatically, so you will need to
select your mouse from a list. Be sure to select the one corresponding to
the port that your mouse is attached to. After selecting a mouse and
pressing the \"%s\" button, a mouse image will be displayed on-screen.
Scroll the mouse wheel to ensure that it is activating correctly. As you
scroll your mouse wheel, you will see the on-screen scroll wheel moving.
Test the buttons and check that the mouse pointer moves on-screen as you
move your mouse about.", N("with Wheel emulation"), N("Universal | Any PS/2 & USB mice"), N("Next"));
}
sub selectSerialPort() {
    N("Please select the correct port. For example, the \"COM1\" port under
Windows is named \"ttyS0\" under GNU/Linux.");
}
sub setRootPassword() {
    N("This is the most crucial decision point for the security of your GNU/Linux
system: you must enter the \"root\" password. \"Root\" is the system
administrator and is the only user authorized to make updates, add users,
change the overall system configuration, and so on. In short, \"root\" can
do everything! That's why you must choose a password which is difficult to
guess: DrakX will tell you if the password you chose is too simple. As you
can see, you're not forced to enter a password, but we strongly advise
against this. GNU/Linux is just as prone to operator error as any other
operating system. Since \"root\" can overcome all limitations and
unintentionally erase all data on partitions by carelessly accessing the
partitions themselves, it is important that it be difficult to become
\"root\".

The password should be a mixture of alphanumeric characters and at least 8
characters long. Never write down the \"root\" password -- it makes it far
too easy to compromise your system.

One caveat: do not make the password too long or too complicated because you
must be able to remember it!

The password will not be displayed on screen as you type it. To reduce the
chance of a blind typing error you'll need to enter the password twice. If
you do happen to make the same typing error twice, you'll have to use this
``incorrect'' password the first time you'll try to connect as \"root\".

If you want an authentication server to control access to your computer,
click on the \"%s\" button.

If your network uses either LDAP, NIS, or PDC Windows Domain authentication
services, select the appropriate one for \"%s\". If you do not know which
one to use, you should ask your network administrator.

If you happen to have problems with remembering passwords, or if your
computer will never be connected to the Internet and you absolutely trust
everybody who uses your computer, you can choose to have \"%s\".", N("Advanced"), N("authentication"), N("No password"));
}
sub setupBootloaderBeginner() {
    N("A boot loader is a little program which is started by the computer at boot
time. It's responsible for starting up the whole system. Normally, the boot
loader installation is totally automated. DrakX will analyze the disk boot
sector and act according to what it finds there:

 * if a Windows boot sector is found, it will replace it with a GRUB/LILO
boot sector. This way you'll be able to load either GNU/Linux or any other
OS installed on your machine.

 * if a GRUB or LILO boot sector is found, it'll replace it with a new one.

If DrakX can not determine where to place the boot sector, it'll ask you
where it should place it. Generally, the \"%s\" is the safest place.
Choosing \"%s\" will not install any boot loader. Use this option only if you
know what you're doing.", N("First sector of drive (MBR)"), N("Skip"));
}
sub setupDefaultSpooler() {
    N("Now, it's time to select a printing system for your computer. Other
operating systems may offer you one, but Mandriva Linux offers two. Each of
the printing systems is best suited to particular types of configuration.

 * \"%s\" -- which is an acronym for ``print, do not queue'', is the choice
if you have a direct connection to your printer, you want to be able to
panic out of printer jams, and you do not have networked printers. (\"%s\"
will handle only very simple network cases and is somewhat slow when used
within networks.) It's recommended that you use \"pdq\" if this is your
first experience with GNU/Linux.

 * \"%s\" stands for `` Common Unix Printing System'' and is an excellent
choice for printing to your local printer or to one halfway around the
planet. It's simple to configure and can act as a server or a client for
the ancient \"lpd\" printing system, so it's compatible with older
operating systems which may still need print services. While quite
powerful, the basic setup is almost as easy as \"pdq\". If you need to
emulate a \"lpd\" server, make sure you turn on the \"cups-lpd\" daemon.
\"%s\" includes graphical front-ends for printing or choosing printer
options and for managing the printer.

If you make a choice now, and later find that you do not like your printing
system you may change it by running PrinterDrake from the Mandriva Linux
Control Center and clicking on the \"%s\" button.", N("pdq"), N("pdq"), N("CUPS"), N("CUPS"), N("Expert"));
}
sub setupSCSI() {
    N("DrakX will first detect any IDE devices present in your computer. It will
also scan for one or more PCI SCSI cards on your system. If a SCSI card is
found, DrakX will automatically install the appropriate driver.

Because hardware detection is not foolproof, DrakX may fail in detecting
your hard drives. If so, you'll have to specify your hardware by hand.

If you had to manually specify your PCI SCSI adapter, DrakX will ask if you
want to configure options for it. You should allow DrakX to probe the
hardware for the card-specific options which are needed to initialize the
adapter. Most of the time, DrakX will get through this step without any
issues.

If DrakX is not able to probe for the options to automatically determine
which parameters need to be passed to the hardware, you'll need to manually
configure the driver.");
}
sub sound_config() {
    N("\"%s\": if a sound card is detected on your system, it'll be displayed
here. If you notice the sound card is not the one actually present on your
system, you can click on the button and choose a different driver.", N("Sound card"));
}
sub summary() {
    N("As a review, DrakX will present a summary of information it has gathered
about your system. Depending on the hardware installed on your machine, you
may have some or all of the following entries. Each entry is made up of the
hardware item to be configured, followed by a quick summary of the current
configuration. Click on the corresponding \"%s\" button to make the change.

 * \"%s\": check the current keyboard map configuration and change it if
necessary.

 * \"%s\": check the current country selection. If you're not in this
country, click on the \"%s\" button and choose another. If your country
is not in the list shown, click on the \"%s\" button to get the complete
country list.

 * \"%s\": by default, DrakX deduces your time zone based on the country
you have chosen. You can click on the \"%s\" button here if this is not
correct.

 * \"%s\": verify the current mouse configuration and click on the button
to change it if necessary.

 * \"%s\": clicking on the \"%s\" button will open the printer
configuration wizard. Consult the corresponding chapter of the ``Starter
Guide'' for more information on how to set up a new printer. The interface
presented in our manual is similar to the one used during installation.

 * \"%s\": if a sound card is detected on your system, it'll be displayed
here. If you notice the sound card is not the one actually present on your
system, you can click on the button and choose a different driver.

 * \"%s\": if you have a TV card, this is where information about its
configuration will be displayed. If you have a TV card and it is not
detected, click on \"%s\" to try to configure it manually.

 * \"%s\": you can click on \"%s\" to change the parameters associated with
the card if you feel the configuration is wrong.

 * \"%s\": by default, DrakX configures your graphical interface in
\"800x600\" or \"1024x768\" resolution. If that does not suit you, click on
\"%s\" to reconfigure your graphical interface.

 * \"%s\": if you wish to configure your Internet or local network access,
you can do so now. Refer to the printed documentation or use the
Mandriva Linux Control Center after the installation has finished to benefit
from full in-line help.

 * \"%s\": allows to configure HTTP and FTP proxy addresses if the machine
you're installing on is to be located behind a proxy server.

 * \"%s\": this entry allows you to redefine the security level as set in a
previous step ().

 * \"%s\": if you plan to connect your machine to the Internet, it's a good
idea to protect yourself from intrusions by setting up a firewall. Consult
the corresponding section of the ``Starter Guide'' for details about
firewall settings.

 * \"%s\": if you wish to change your bootloader configuration, click this
button. This should be reserved to advanced users. Refer to the printed
documentation or the in-line help about bootloader configuration in the
Mandriva Linux Control Center.

 * \"%s\": through this entry you can fine tune which services will be run
on your machine. If you plan to use this machine as a server it's a good
idea to review this setup.", N("Configure"), N("Keyboard"), N("Country / Region"), N("Configure"), N("More"), N("Timezone"), N("Configure"), N("Mouse"), N("Printer"), N("Configure"), N("Sound card"), N("TV card"), N("Configure"), N("ISDN card"), N("Configure"), N("Graphical Interface"), N("Configure"), N("Network"), N("Proxies"), N("Security Level"), N("Firewall"), N("Bootloader"), N("Services"));
}
sub takeOverHdChoose() {
    N("Choose the hard drive you want to erase in order to install your new
Mandriva Linux partition. Be careful, all data on this drive will be lost
and will not be recoverable!");
}
sub takeOverHdConfirm() {
    N("Click on \"%s\" if you want to delete all data and partitions present on
this hard drive. Be careful, after clicking on \"%s\", you will not be able
to recover any data and partitions present on this hard drive, including
any Windows data.

Click on \"%s\" to quit this operation without losing data and partitions
present on this hard drive.", N("Next ->"), N("Next ->"), N("<- Previous"));
}
/a> 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415
# Latest versions of po files are at http://www.mandrivalinux.com/l10n/am.php3
# Copyright (C) 2004 Mandriva SA
# Alemayehu Gemeda <alemayehu@gmx.at>, 2004.
#
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
"POT-Creation-Date: 2009-02-05 19:33-0200\n"
"PO-Revision-Date: 2004-06-01 03:36+0100\n"
"Last-Translator: Alemayehu <alemayehu@gmx.at>\n"
"Language-Team: Amharic <am-translate@geez.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: any.pm:252 any.pm:862 diskdrake/interactive.pm:588
#: diskdrake/interactive.pm:783 diskdrake/interactive.pm:827
#: diskdrake/interactive.pm:913 diskdrake/interactive.pm:1167
#: diskdrake/interactive.pm:1219 do_pkgs.pm:221 do_pkgs.pm:267
#: harddrake/sound.pm:300 interactive.pm:587 pkgs.pm:265
#, c-format
msgid "Please wait"
msgstr "እባክዎ ይጠብቁ"

#: any.pm:252
#, c-format
msgid "Bootloader installation in progress"
msgstr "የአስጀማሪ ተከላ በመከናወን ላይ"

#: any.pm:263
#, c-format
msgid ""
"LILO wants to assign a new Volume ID to drive %s.  However, changing\n"
"the Volume ID of a Windows NT, 2000, or XP boot disk is a fatal Windows "
"error.\n"
"This caution does not apply to Windows 95 or 98, or to NT data disks.\n"
"\n"
"Assign a new Volume ID?"
msgstr ""

#: any.pm:274
#, c-format
msgid "Installation of bootloader failed. The following error occurred:"
msgstr ""

#: any.pm:280
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
" enable the bootloader.  If you do not 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 ""

#: any.pm:320
#, c-format
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:346
#, c-format
msgid "First sector (MBR) of drive %s"
msgstr ""

#: any.pm:348
#, c-format
msgid "First sector of drive (MBR)"
msgstr ""

#: any.pm:350
#, c-format
msgid "First sector of the root partition"
msgstr ""

#: any.pm:352
#, c-format
msgid "On Floppy"
msgstr "ፍሎፒ ላይ"

#: any.pm:354 pkgs.pm:261 ugtk2.pm:526
#, c-format
msgid "Skip"
msgstr "ዝለል"

#: any.pm:358
#, fuzzy, c-format
msgid "Bootloader Installation"
msgstr "የአስጀማሪ ተከላ በመከናወን ላይ"

#: any.pm:362
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "አስጀማሪውን የት መትከል ይፈልጋሉ?"

#: any.pm:389
#, c-format
msgid "Boot Style Configuration"
msgstr "የአጀማመር ዘይቤ ምርጫ"

#: any.pm:399 any.pm:429 any.pm:430
#, c-format
msgid "Bootloader main options"
msgstr "የአስጀማሪ ዋና ምርጫዎች"

#: any.pm:403
#, c-format
msgid "Bootloader"
msgstr "አስጀማሪያ"

#: any.pm:404 any.pm:433
#, c-format
msgid "Bootloader to use"
msgstr "ጥቅም ላይ የሚውለው አስጀማሪ"

#: any.pm:406 any.pm:435
#, c-format
msgid "Boot device"
msgstr "የመጀመሪያ መሳሪያ"

#: any.pm:408
#, c-format
msgid "Main options"
msgstr ""

#: any.pm:409
#, c-format
msgid "Delay before booting default image"
msgstr ""

#: any.pm:410
#, c-format
msgid "Enable ACPI"
msgstr "ACPI አስቻል"

#: any.pm:411
#, fuzzy, c-format
msgid "Enable SMP"
msgstr "ACPI አስቻል"

#: any.pm:412
#, fuzzy, c-format
msgid "Enable APIC"
msgstr "ACPI አስቻል"

#: any.pm:413
#, fuzzy, c-format
msgid "Enable Local APIC"
msgstr "ACPI አስቻል"

#: any.pm:415 any.pm:809 any.pm:824 authentication.pm:245
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
msgstr "ሚስጢራዊ ቃል"

#: any.pm:417 authentication.pm:256
#, c-format
msgid "The passwords do not match"
msgstr "ሚስጢራዊ ቃላቱ አይመሳሰሉም"

#: any.pm:417 authentication.pm:256 diskdrake/interactive.pm:1391
#, c-format
msgid "Please try again"
msgstr "እባክዎ እንደገና ይሞክሩ"

#: any.pm:418
#, c-format
msgid "You can not use a password with %s"
msgstr ""

#: any.pm:421 any.pm:811 any.pm:826 authentication.pm:246
#, c-format
msgid "Password (again)"
msgstr "ሚስጢራዊ ቃል (እንደገና)"

#: any.pm:422
#, c-format
msgid "Restrict command line options"
msgstr "የትእዛዝ መስመር ምርጫዎችን ወስን"

#: any.pm:422
#, c-format
msgid "restrict"
msgstr "ወስን"

#: any.pm:423
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""

#: any.pm:425
#, c-format
msgid "Clean /tmp at each boot"
msgstr "በየጅማሬው /tmpን አጽዳ"

#: any.pm:434
#, c-format
msgid "Init Message"
msgstr "መልዕክት አስጀምር"

#: any.pm:436
#, c-format
msgid "Open Firmware Delay"
msgstr "የFirmware አዘግይ ክፈት"

#: any.pm:437
#, c-format
msgid "Kernel Boot Timeout"
msgstr ""

#: any.pm:438
#, c-format
msgid "Enable CD Boot?"
msgstr "ከዲሲ ማስጀመር አስችል?"

#: any.pm:439
#, c-format
msgid "Enable OF Boot?"
msgstr ""

#: any.pm:440
#, c-format
msgid "Default OS?"
msgstr "ቀዳሚ OS?"

#: any.pm:513
#, c-format
msgid "Image"
msgstr "ምስል"

#: any.pm:514 any.pm:527
#, c-format
msgid "Root"
msgstr "Root"

#: any.pm:515 any.pm:540
#, c-format
msgid "Append"
msgstr ""

#: any.pm:517
#, c-format
msgid "Xen append"
msgstr ""

#: any.pm:520
#, c-format
msgid "Video mode"
msgstr "የቪዲዮ አሰራር ዘዴ"

#: any.pm:522
#, c-format
msgid "Initrd"
msgstr ""

#: any.pm:523
#, fuzzy, c-format
msgid "Network profile"
msgstr "የተጠቃሚው እይታ"

#: any.pm:532 any.pm:537 any.pm:539 diskdrake/interactive.pm:402
#, c-format
msgid "Label"
msgstr "መለያ"

#: any.pm:534 any.pm:542 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "ቀዳሚ"

#: any.pm:541
#, c-format
msgid "NoVideo"
msgstr ""

#: any.pm:552
#, c-format
msgid "Empty label not allowed"
msgstr ""

#: any.pm:553
#, c-format
msgid "You must specify a kernel image"
msgstr ""

#: any.pm:553
#, c-format
msgid "You must specify a root partition"
msgstr ""

#: any.pm:554
#, c-format
msgid "This label is already used"
msgstr ""

#: any.pm:572
#, c-format
msgid "Which type of entry do you want to add?"
msgstr ""

#: any.pm:573
#, c-format
msgid "Linux"
msgstr "ሊኑክስ"

#: any.pm:573
#, c-format
msgid "Other OS (SunOS...)"
msgstr "ሌሎች የመጠቀሚያ ዜዴዎች (SunOS...)"

#: any.pm:574
#, c-format
msgid "Other OS (MacOS...)"
msgstr "ሌሎች የመጠቀሚያ ዜዴዎች (MacOS...)"

#: any.pm:574
#, c-format
msgid "Other OS (Windows...)"
msgstr "ሌሎች የመጠቀሚያ ዜዴዎች (Windows...)"

#: any.pm:601
#, fuzzy, c-format
msgid "Bootloader Configuration"
msgstr "የአጀማመር ዘይቤ ምርጫ"

#: any.pm:602
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can create additional entries or change the existing ones."
msgstr ""

#: any.pm:770
#, c-format
msgid "access to X programs"
msgstr "የX ፕሮግራሞች ማሳያ"

#: any.pm:771
#, c-format
msgid "access to rpm tools"
msgstr ""

#: any.pm:772
#, c-format
msgid "allow \"su\""
msgstr "ፍቀድ \"su\""

#: any.pm:773
#, c-format
msgid "access to administrative files"
msgstr ""

#: any.pm:774
#, c-format
msgid "access to network tools"
msgstr ""

#: any.pm:775
#, c-format
msgid "access to compilation tools"
msgstr ""

#: any.pm:781
#, c-format
msgid "(already added %s)"
msgstr "(%s በፊት ተጨምሯል)"

#: any.pm:787
#, c-format
msgid "Please give a user name"
msgstr "እባክዎ የተጠቃሚ ስም ይስጡ"

#: any.pm:788
#, c-format
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""

#: any.pm:789
#, c-format
msgid "The user name is too long"
msgstr "የተጠቃሚ ስሙ በጣም ረጅም ነው"

#: any.pm:790
#, c-format
msgid "This user name has already been added"
msgstr "ይህ የተጠቃሚ ስም በፊትም ነበር"

#: any.pm:796 any.pm:828
#, c-format
msgid "User ID"
msgstr "የተጠቃሚ መለያ ቁጥር"

#: any.pm:796 any.pm:829
#, c-format
msgid "Group ID"
msgstr "የብድን መለያ ቁጥር"

#: any.pm:797
#, fuzzy, c-format
msgid "%s must be a number"
msgstr "(%f በሰነድ-ስም ይተካል፤ %l በመስመር ቁጥር)"

#: any.pm:798
#, c-format
msgid "%s should be above 500. Accept anyway?"
msgstr ""

#: any.pm:802
#, fuzzy, c-format
msgid "User management"
msgstr "የተጠቃሚ ስም"

#: any.pm:808 authentication.pm:232
#, fuzzy, c-format
msgid "Set administrator (root) password"
msgstr "የroot ሚስጢራዊ ቃል ይምረጡ"

#: any.pm:813
#, fuzzy, c-format
msgid "Enter a user"
msgstr ""
"የተጠቃሚ ስም ያስገቡ\n"
"%s"

#: any.pm:815
#, c-format
msgid "Icon"
msgstr "ምልክት"

#: any.pm:818
#, c-format
msgid "Real name"
msgstr "እውነተኛ ስም"

#: any.pm:822
#, fuzzy, c-format
msgid "Login name"
msgstr "Name=ዝምብለህ ይግባ"

#: any.pm:827
#, c-format
msgid "Shell"
msgstr "ሼል"

#: any.pm:862
#, fuzzy, c-format
msgid "Please wait, adding media..."
msgstr "ሲያትም እባክዎ ይጠብቁ\n"

#: any.pm:890 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr ""

#: any.pm:891
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""

#: any.pm:892
#, fuzzy, c-format
msgid "Use this feature"
msgstr "ይህንን ሁኔታ መጠቀም ይፈልጋሉ?"

#: any.pm:893
#, c-format
msgid "Choose the default user:"
msgstr "ቀዳሚ ተጠቃሚ ይምረጡ:"

#: any.pm:894
#, c-format
msgid "Choose the window manager to run:"
msgstr ""

#: any.pm:905 any.pm:925 any.pm:986
#, c-format
msgid "Release Notes"
msgstr ""

#: any.pm:932 any.pm:1278 interactive/gtk.pm:792
#, c-format
msgid "Close"
msgstr "ዝጋ"

#: any.pm:972
#, c-format
msgid "License agreement"
msgstr ""

#: any.pm:974 diskdrake/dav.pm:26
#, c-format
msgid "Quit"
msgstr "ውጣ"

#: any.pm:981
#, fuzzy, c-format
msgid "Do you accept this license ?"
msgstr "ሌላ አልዎት?"

#: any.pm:982
#, c-format
msgid "Accept"
msgstr "ተቀበል"

#: any.pm:982
#, c-format
msgid "Refuse"
msgstr "አትቀበል"

#: any.pm:1008 any.pm:1074
#, c-format
msgid "Please choose a language to use"
msgstr "እባክዎ መጠቀሚያ ቋንቋ ይምረጡ።"

#: any.pm:1037
#, c-format
msgid ""
"Mandriva 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:1040
#, c-format
msgid "Multi languages"
msgstr ""

#: any.pm:1051 any.pm:1083
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr ""

#: any.pm:1053
#, c-format
msgid "All languages"
msgstr "ሁሉንም ቋንቋዎች"

#: any.pm:1075
#, fuzzy, c-format
msgid "Language choice"
msgstr "የመመሪያ ገጾች"

#: any.pm:1129
#, c-format
msgid "Country / Region"
msgstr "ሀገር / አካባቢ"

#: any.pm:1130
#, c-format
msgid "Please choose your country"
msgstr "እባክዎ ሀገሮን ይምረጡ።"

#: any.pm:1132
#, c-format
msgid "Here is the full list of available countries"
msgstr "እዚህ ያሉት ሀገሮች ሙሉ ዝርዝር ይገኛል"

#: any.pm:1133
#, fuzzy, c-format
msgid "Other Countries"
msgstr "ሌላ ምርጫዎች"

#: any.pm:1133 interactive.pm:488 interactive/gtk.pm:445
#, c-format
msgid "Advanced"
msgstr "ጠላቂ"

#: any.pm:1139
#, fuzzy, c-format
msgid "Input method:"
msgstr "የX ዘገባ የማስትገባት ዘዴ"

#: any.pm:1142
#, c-format
msgid "None"
msgstr "ምንም"

#: any.pm:1223
#, c-format
msgid "No sharing"
msgstr "መጋራት የለም"

#: any.pm:1223
#, c-format
msgid "Allow all users"
msgstr "ለሁሉም ተጠቃሚዎች ፍቀድ"

#: any.pm:1223
#, c-format
msgid "Custom"
msgstr "ምርጫ"

#: any.pm:1227
#, 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"
"\n"
"\"Custom\" permit a per-user granularity.\n"
msgstr ""

#: any.pm:1239
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""

#: any.pm:1242
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""

#: any.pm:1250
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr ""

#: any.pm:1278
#, c-format
msgid "Launch userdrake"
msgstr "userdrake አስጀምር"

#: any.pm:1280
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user to this group."
msgstr ""

#: any.pm:1380
#, c-format
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""

#: any.pm:1384
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""

#: any.pm:1419
#, c-format
msgid "Timezone"
msgstr "የሰአት ክልል"

#: any.pm:1419
#, c-format
msgid "Which is your timezone?"
msgstr "የሰአት ክልሎት የትኛው ነው?"

#: any.pm:1442 any.pm:1444
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr ""

#: any.pm:1445
#, c-format
msgid "What is the best time?"
msgstr ""

#: any.pm:1449
#, fuzzy, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "ለሀርድዌር ሰአት GMT ተመርጧል"

#: any.pm:1450
#, fuzzy, c-format
msgid "%s (hardware clock set to local time)"
msgstr "ለሀርድዌር ሰአት GMT ተመርጧል"

#: any.pm:1452
#, c-format
msgid "NTP Server"
msgstr "NTP ሰርቨር"

#: any.pm:1453
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr ""

#: authentication.pm:25
#, fuzzy, c-format
msgid "Local file"
msgstr "የቅርብ ፋይሎች"

#: authentication.pm:26
#, c-format
msgid "LDAP"
msgstr "LDAP"

#: authentication.pm:27
#, c-format
msgid "NIS"
msgstr "NIS"

#: authentication.pm:28
#, c-format
msgid "Smart Card"
msgstr ""

#: authentication.pm:29 authentication.pm:211
#, c-format
msgid "Windows Domain"
msgstr "የWindows ዶሜን"

#: authentication.pm:30
#, c-format
msgid "Kerberos 5"
msgstr ""

#: authentication.pm:64
#, fuzzy, c-format
msgid "Local file:"
msgstr "የቅርብ ፋይሎች:"

#: authentication.pm:64
#, c-format
msgid ""
"Use local for all authentication and information user tell in local file"
msgstr ""

#: authentication.pm:65
#, c-format
msgid "LDAP:"
msgstr "LDAP:"

#: authentication.pm:65
#, c-format
msgid ""
"Tells your computer to use LDAP for some or all authentication. LDAP "
"consolidates certain types of information within your organization."
msgstr ""

#: authentication.pm:66
#, c-format
msgid "NIS:"
msgstr "NIS:"

#: authentication.pm:66
#, c-format
msgid ""
"Allows you to run a group of computers in the same Network Information "
"Service domain with a common password and group file."
msgstr ""

#: authentication.pm:67
#, c-format
msgid "Windows Domain:"
msgstr "የWindows ዶሜን:"

#: authentication.pm:67
#, c-format
msgid ""
"Winbind allows the system to retrieve information and authenticate users in "
"a Windows domain."
msgstr ""

#: authentication.pm:68
#, c-format
msgid "Kerberos 5 :"
msgstr ""

#: authentication.pm:68
#, c-format
msgid "With Kerberos and Ldap for authentication in Active Directory Server "
msgstr ""

#: authentication.pm:102 authentication.pm:136 authentication.pm:155
#: authentication.pm:156 authentication.pm:182 authentication.pm:206
#: authentication.pm:884
#, c-format
msgid " "
msgstr ""

#: authentication.pm:103 authentication.pm:137 authentication.pm:183
#: authentication.pm:207
#, fuzzy, c-format
msgid "Welcome to the Authentication Wizard"
msgstr "የተጠቃሚው የአጠቃቀም ደረጃ ያስፈልጋል"

#: authentication.pm:105
#, c-format
msgid ""
"You have selected LDAP authentication. Please review the configuration "
"options below "
msgstr ""

#: authentication.pm:107 authentication.pm:162
#, c-format
msgid "LDAP Server"
msgstr "የLDAP ሰርቨር"

#: authentication.pm:108 authentication.pm:163
#, c-format
msgid "Base dn"
msgstr ""

#: authentication.pm:109
#, c-format
msgid "Fetch base Dn "
msgstr ""

#: authentication.pm:111 authentication.pm:166
#, c-format
msgid "Use encrypt connection with TLS "
msgstr ""

#: authentication.pm:112 authentication.pm:167
#, c-format
msgid "Download CA Certificate "
msgstr ""

#: authentication.pm:114 authentication.pm:147
#, c-format
msgid "Use Disconnect mode "
msgstr ""

#: authentication.pm:115 authentication.pm:168
#, c-format
msgid "Use anonymous BIND "
msgstr ""

#: authentication.pm:116 authentication.pm:119 authentication.pm:121
#: authentication.pm:125
#, c-format
msgid "  "
msgstr ""

#: authentication.pm:117 authentication.pm:169
#, c-format
msgid "Bind DN "
msgstr ""

#: authentication.pm:118 authentication.pm:170
#, fuzzy, c-format
msgid "Bind Password "
msgstr "ሚስጢራዊ ቃል"

#: authentication.pm:120
#, c-format
msgid "Advanced path for group "
msgstr ""

#: authentication.pm:122
#, fuzzy, c-format
msgid "Password base"
msgstr "ሚስጢራዊ ቃል"

#: authentication.pm:123
#, fuzzy, c-format
msgid "Group base"
msgstr "የብድን መለያ ቁጥር"

#: authentication.pm:124
#, c-format
msgid "Shadow base"
msgstr ""

#: authentication.pm:139
#, c-format
msgid ""
"You have selected Kerberos 5 authentication. Please review the configuration "
"options below "
msgstr ""

#: authentication.pm:141
#, fuzzy, c-format
msgid "Realm "
msgstr "እውነተኛ ስም"

#: authentication.pm:143
#, fuzzy, c-format
msgid "KDCs Servers"
msgstr "የLDAP ሰርቨር"

#: authentication.pm:145
#, c-format
msgid "Use DNS to resolve hosts for realms "
msgstr ""

#: authentication.pm:146
#, c-format
msgid "Use DNS to resolve KDCs for realms "
msgstr ""

#: authentication.pm:151
#, fuzzy, c-format
msgid "Use local file for users information"
msgstr "ለህብሩ የglyph  ቅርጽ አወጣት ተጠቀም"

#: authentication.pm:152
#, fuzzy, c-format
msgid "Use Ldap for users information"
msgstr "የቋሚ ዲስክ መረጃ"

#: authentication.pm:158
#, c-format
msgid ""
"You have selected Kerberos 5 for authentication, now you must choose the "
"type of users information "
msgstr ""

#: authentication.pm:164
#, c-format
msgid "Fecth base Dn "
msgstr ""

#: authentication.pm:185
#, c-format
msgid ""
"You have selected NIS authentication. Please review the configuration "
"options below "
msgstr ""

#: authentication.pm:187
#, c-format
msgid "NIS Domain"
msgstr "የNIS ዶሜን"

#: authentication.pm:188
#, c-format
msgid "NIS Server"
msgstr "የNIS ሰርቨር"

#: authentication.pm:209
#, c-format
msgid ""
"You have selected Windows Domain authentication. Please review the "
"configuration options below "
msgstr ""

#: authentication.pm:213
#, fuzzy, c-format
msgid "Domain Model "
msgstr "ዶሜን"

#: authentication.pm:215
#, c-format
msgid "Active Directory Realm "
msgstr ""

#: authentication.pm:231 authentication.pm:247
#, fuzzy, c-format
msgid "Authentication"
msgstr "ማስረጃ"

#: authentication.pm:233
#, fuzzy, c-format
msgid "Authentication method"
msgstr "የX ዘገባ የማስትገባት ዘዴ"

#. -PO: keep this short or else the buttons will not fit in the window
#: authentication.pm:238
#, c-format
msgid "No password"
msgstr "ሚስጢራዊ ቃል የለም"

#: authentication.pm:259
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""

#: authentication.pm:364
#, c-format
msgid "Can not use broadcast with no NIS domain"
msgstr ""

#: authentication.pm:879
#, c-format
msgid "Select file"
msgstr "ፋይል ይምረጡ"

#: authentication.pm:885
#, fuzzy, c-format
msgid "Domain Windows for authentication : "
msgstr "የተጠቃሚው የአጠቃቀም ደረጃ ያስፈልጋል"

#: authentication.pm:887
#, c-format
msgid "Domain Admin User Name"
msgstr ""

#: authentication.pm:888
#, c-format
msgid "Domain Admin Password"
msgstr "የዶሜን አስተዳዳሪ ሚስጢራዊ ቃል"

#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#: bootloader.pm:953
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
"\n"
"Choose an operating system from the list above or\n"
"wait for default boot.\n"
"\n"
msgstr ""

#: bootloader.pm:1122
#, c-format
msgid "LILO with text menu"
msgstr "LILO ከጽሁፍ መዘርዝር ጋር"

#: bootloader.pm:1123
#, c-format
msgid "GRUB with graphical menu"
msgstr ""

#: bootloader.pm:1124
#, c-format
msgid "GRUB with text menu"
msgstr ""

#: bootloader.pm:1125
#, c-format
msgid "Yaboot"
msgstr "Yaboot"

#: bootloader.pm:1126
#, c-format
msgid "SILO"
msgstr ""

#: bootloader.pm:1208
#, c-format
msgid "not enough room in /boot"
msgstr "በ/boot ውስጥ በቂ ቦታ የለም"

#: bootloader.pm:1864
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr ""

#: bootloader.pm:1985
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""

#: bootloader.pm:1998
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""

#: bootloader.pm:1999
#, c-format
msgid "Re-install Boot Loader"
msgstr "አስጀማሪውን እንደገና ይትከሉ"

#: common.pm:142
#, fuzzy, c-format
msgid "B"
msgstr "KB"

#: common.pm:142
#, c-format
msgid "KB"
msgstr "KB"

#: common.pm:142
#, c-format
msgid "MB"
msgstr "MB"

#: common.pm:142
#, c-format
msgid "GB"
msgstr "GB"

#: common.pm:142 common.pm:151
#, c-format
msgid "TB"
msgstr "TB"

#: common.pm:159
#, c-format
msgid "%d minutes"
msgstr "%d ደቂቃዎች"

#: common.pm:161
#, c-format
msgid "1 minute"
msgstr "1 ደቂቃ"

#: common.pm:163
#, c-format
msgid "%d seconds"
msgstr "%d ሴኮንዶች"

#: common.pm:383
#, c-format
msgid "command %s missing"
msgstr ""

#: diskdrake/dav.pm:17
#, 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:25
#, c-format
msgid "New"
msgstr "አዲስ"

#: diskdrake/dav.pm:61 diskdrake/interactive.pm:409 diskdrake/smbnfs_gtk.pm:75
#, c-format
msgid "Unmount"
msgstr ""

#: diskdrake/dav.pm:62 diskdrake/interactive.pm:405 diskdrake/smbnfs_gtk.pm:76
#, c-format
msgid "Mount"
msgstr ""

#: diskdrake/dav.pm:63
#, c-format
msgid "Server"
msgstr "ሰርቨር"

#: diskdrake/dav.pm:64 diskdrake/interactive.pm:399
#: diskdrake/interactive.pm:655 diskdrake/interactive.pm:673
#: diskdrake/interactive.pm:677 diskdrake/removable.pm:23
#: diskdrake/smbnfs_gtk.pm:79
#, c-format
msgid "Mount point"
msgstr ""

#: diskdrake/dav.pm:65 diskdrake/interactive.pm:401
#: diskdrake/interactive.pm:1061 diskdrake/removable.pm:24
#: diskdrake/smbnfs_gtk.pm:80
#, c-format
msgid "Options"
msgstr "ምርጫዎች"

#: diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:183 diskdrake/removable.pm:26
#: diskdrake/smbnfs_gtk.pm:82 interactive/http.pm:151
#, c-format
msgid "Done"
msgstr "ጨርሷል"

#: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:123 diskdrake/hd_gtk.pm:290
#: diskdrake/interactive.pm:245 diskdrake/interactive.pm:258
#: diskdrake/interactive.pm:514 diskdrake/interactive.pm:519
#: diskdrake/interactive.pm:645 diskdrake/interactive.pm:931
#: diskdrake/interactive.pm:1107 diskdrake/interactive.pm:1120
#: diskdrake/interactive.pm:1123 diskdrake/interactive.pm:1391
#: diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:23 do_pkgs.pm:28 do_pkgs.pm:44
#: do_pkgs.pm:60 do_pkgs.pm:65 fsedit.pm:245 interactive/http.pm:117
#: interactive/http.pm:118 modules/interactive.pm:19 scanner.pm:95
#: scanner.pm:106 scanner.pm:113 scanner.pm:120 wizards.pm:95 wizards.pm:99
#: wizards.pm:121
#, c-format
msgid "Error"
msgstr "ስህተት"

#: diskdrake/dav.pm:83
#, c-format
msgid "Please enter the WebDAV server URL"
msgstr "እባክዎ የWebDAV ሰርቨር URL ያስገቡ"

#: diskdrake/dav.pm:87
#, c-format
msgid "The URL must begin with http:// or https://"
msgstr "URLሉ በhttp:// ወይም በhttps:// መጀመር አለበት"

#: diskdrake/dav.pm:109
#, c-format
msgid "Server: "
msgstr "ሰርቨር:"

#: diskdrake/dav.pm:110 diskdrake/interactive.pm:487
#: diskdrake/interactive.pm:1266 diskdrake/interactive.pm:1351
#, c-format
msgid "Mount point: "
msgstr ""

#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1358
#, c-format
msgid "Options: %s"
msgstr "ምርጫዎች: %s"

#: diskdrake/hd_gtk.pm:54 diskdrake/interactive.pm:296
#: diskdrake/smbnfs_gtk.pm:22 fs/mount_point.pm:106
#: fs/partitioning_wizard.pm:51 fs/partitioning_wizard.pm:206
#: fs/partitioning_wizard.pm:211 fs/partitioning_wizard.pm:250
#: fs/partitioning_wizard.pm:269 fs/partitioning_wizard.pm:274
#, c-format
msgid "Partitioning"
msgstr ""

#: diskdrake/hd_gtk.pm:68
#, c-format
msgid "Click on a partition, choose a filesystem type then choose an action"
msgstr ""

#: diskdrake/hd_gtk.pm:105 diskdrake/interactive.pm:1082
#: diskdrake/interactive.pm:1092 diskdrake/interactive.pm:1145
#, c-format
msgid "Read carefully"
msgstr "በጥንቃቄ ያንብቡ"

#: diskdrake/hd_gtk.pm:105
#, c-format
msgid "Please make a backup of your data first"
msgstr ""

#: diskdrake/hd_gtk.pm:106 diskdrake/interactive.pm:238
#, c-format
msgid "Exit"
msgstr "ውጣ"

#: diskdrake/hd_gtk.pm:106
#, c-format
msgid "Continue"
msgstr "ቀጥል"

#: diskdrake/hd_gtk.pm:178 interactive.pm:653 interactive/gtk.pm:784
#: interactive/gtk.pm:802 interactive/gtk.pm:823 ugtk2.pm:936
#, c-format
msgid "Help"
msgstr "እርዳታ"

#: diskdrake/hd_gtk.pm:224
#, 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 ""

#: diskdrake/hd_gtk.pm:226
#, c-format
msgid "Please click on a partition"
msgstr "እባክዎ ክፋዩ ላይ ይጫኑ"

#: diskdrake/hd_gtk.pm:240 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "ዝርዝሮች"

#: diskdrake/hd_gtk.pm:290
#, c-format
msgid "No hard drives found"
msgstr "ቋሚ ዲስኮችን አልተገኙም"

#: diskdrake/hd_gtk.pm:317
#, c-format
msgid "Unknown"
msgstr "ያልታወቀ"

#: diskdrake/hd_gtk.pm:379
#, fuzzy, c-format
msgid "Ext3"
msgstr "ውጣ"

#: diskdrake/hd_gtk.pm:379
#, fuzzy, c-format
msgid "XFS"
msgstr "HFS"

#: diskdrake/hd_gtk.pm:379
#, c-format
msgid "Swap"
msgstr "Swap"

#: diskdrake/hd_gtk.pm:379
#, c-format
msgid "SunOS"
msgstr "SunOS"

#: diskdrake/hd_gtk.pm:379
#, c-format
msgid "HFS"
msgstr "HFS"

#: diskdrake/hd_gtk.pm:379
#, c-format
msgid "Windows"
msgstr "Windows"

#: diskdrake/hd_gtk.pm:380 services.pm:158
#, c-format
msgid "Other"
msgstr "ሌላ"

#: diskdrake/hd_gtk.pm:380 diskdrake/interactive.pm:1281
#, c-format
msgid "Empty"
msgstr "ባዶ"

#: diskdrake/hd_gtk.pm:387
#, c-format
msgid "Filesystem types:"
msgstr "የፋይል ሲስተም አይነቶች:"

#: diskdrake/hd_gtk.pm:408 diskdrake/interactive.pm:301
#: diskdrake/interactive.pm:386 diskdrake/interactive.pm:544
#: diskdrake/interactive.pm:736 diskdrake/interactive.pm:794
#: diskdrake/interactive.pm:911 diskdrake/interactive.pm:953
#: diskdrake/interactive.pm:954 diskdrake/interactive.pm:1204
#: diskdrake/interactive.pm:1242 diskdrake/interactive.pm:1390 do_pkgs.pm:19
#: do_pkgs.pm:39 do_pkgs.pm:57 harddrake/sound.pm:438
#, c-format
msgid "Warning"
msgstr "ማስጠንቀቂያ"

#: diskdrake/hd_gtk.pm:408
#, fuzzy, c-format
msgid "This partition is already empty"
msgstr "ይዚህ ክፋይ መጠነ ተስተካካይ አይደለም"

#: diskdrake/hd_gtk.pm:417
#, c-format
msgid "Use ``Unmount'' first"
msgstr "በመጀመሪያ “Unmount”ን ይጠቀሙ"

#: diskdrake/hd_gtk.pm:417
#, fuzzy, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr "በዚህ ፈንታ “%s”ን ይጠቀሙ"

#: diskdrake/hd_gtk.pm:417 diskdrake/interactive.pm:400
#: diskdrake/interactive.pm:582 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
msgid "Type"
msgstr "አይነት"

#: diskdrake/interactive.pm:209
#, c-format
msgid "Choose another partition"
msgstr "ሌላ ክፋይ ይምረጡ"

#: diskdrake/interactive.pm:209
#, c-format
msgid "Choose a partition"
msgstr "ክፋይ ይምረጡ"

#: diskdrake/interactive.pm:271 diskdrake/interactive.pm:377
#: interactive/curses.pm:512
#, c-format
msgid "More"
msgstr "ተጨማሪ"

#: diskdrake/interactive.pm:279 diskdrake/interactive.pm:289
#: diskdrake/interactive.pm:1189
#, fuzzy, c-format
msgid "Confirmation"
msgstr "ስየማ"

#: diskdrake/interactive.pm:279
#, c-format
msgid "Continue anyway?"
msgstr "ለማንኛውም ቀጥል?"

#: diskdrake/interactive.pm:284
#, c-format
msgid "Quit without saving"
msgstr "ሳታስቀምጥ ውጣ"

#: diskdrake/interactive.pm:284
#, c-format
msgid "Quit without writing the partition table?"
msgstr ""

#: diskdrake/interactive.pm:289
#, c-format
msgid "Do you want to save /etc/fstab modifications"
msgstr ""

#: diskdrake/interactive.pm:296 fs/partitioning_wizard.pm:250
#, c-format
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""

#: diskdrake/interactive.pm:301
#, c-format
msgid ""
"You should format partition %s.\n"
"Otherwise no entry for mount point %s will be written in fstab.\n"
"Quit anyway?"
msgstr ""

#: diskdrake/interactive.pm:314
#, c-format
msgid "Clear all"
msgstr "ሁሉንም ሰርዝ"

#: diskdrake/interactive.pm:315
#, c-format
msgid "Auto allocate"
msgstr "በራስ-ገዝ አመልካች"

#: diskdrake/interactive.pm:321
#, c-format
msgid "Toggle to normal mode"
msgstr ""

#: diskdrake/interactive.pm:321
#, c-format
msgid "Toggle to expert mode"
msgstr ""

#: diskdrake/interactive.pm:333
#, c-format
msgid "Hard drive information"
msgstr "የቋሚ ዲስክ መረጃ"

#: diskdrake/interactive.pm:366
#, c-format
msgid "All primary partitions are used"
msgstr ""

#: diskdrake/interactive.pm:367
#, c-format
msgid "I can not add any more partitions"
msgstr ""

#: diskdrake/interactive.pm:368
#, c-format
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr ""

#: diskdrake/interactive.pm:379
#, c-format
msgid "Reload partition table"
msgstr "የክፋይ ሠንጠረዡን እንደገና ጫን"

#: diskdrake/interactive.pm:386
#, c-format
msgid "Detailed information"
msgstr "ዝርዝር መረጃ"

#: diskdrake/interactive.pm:398
#, c-format
msgid "View"
msgstr ""

#: diskdrake/interactive.pm:403 diskdrake/interactive.pm:749
#, c-format
msgid "Resize"
msgstr "መጠን አስተካክል"

#: diskdrake/interactive.pm:404
#, c-format
msgid "Format"
msgstr "ፎርማት"

#: diskdrake/interactive.pm:406 diskdrake/interactive.pm:859
#, c-format
msgid "Add to RAID"
msgstr "ወደ RAID ጨምር"

#: diskdrake/interactive.pm:407 diskdrake/interactive.pm:877
#, c-format
msgid "Add to LVM"
msgstr "ወደ LVM ጨምር"

#: diskdrake/interactive.pm:408
#, fuzzy, c-format
msgid "Use"
msgstr "የተጠቃሚ መለያ ቁጥር"

#: diskdrake/interactive.pm:410
#, c-format
msgid "Delete"
msgstr "አጥፋ"

#: diskdrake/interactive.pm:411
#, c-format
msgid "Remove from RAID"
msgstr "ከRAID አስወግድ"

#: diskdrake/interactive.pm:412
#, c-format
msgid "Remove from LVM"
msgstr "ከLVM አስወግድ"

#: diskdrake/interactive.pm:413
#, fuzzy, c-format
msgid "Remove from dm"
msgstr "ከLVM አስወግድ"

#: diskdrake/interactive.pm:414
#, c-format
msgid "Modify RAID"
msgstr "RAID ለውጥ"

#: diskdrake/interactive.pm:415
#, c-format
msgid "Use for loopback"
msgstr "ዞሮ ለመመለስ ተጠቃም"

#: diskdrake/interactive.pm:426
#, c-format
msgid "Create"
msgstr "ፍጠር"

#: diskdrake/interactive.pm:476 diskdrake/interactive.pm:478
#, c-format
msgid "Create a new partition"
msgstr "አዲስ ክፋይ ፍጠር"

#: diskdrake/interactive.pm:480
#, c-format
msgid "Start sector: "
msgstr "ሴክተር ጀምር፦"

#: diskdrake/interactive.pm:483 diskdrake/interactive.pm:946
#, c-format
msgid "Size in MB: "
msgstr "መጠን በMB:"

#: diskdrake/interactive.pm:485 diskdrake/interactive.pm:947
#, c-format
msgid "Filesystem type: "
msgstr "የፋይል ሲስተም አይነት: "

#: diskdrake/interactive.pm:491
#, c-format
msgid "Preference: "
msgstr "ምርጫ: "

#: diskdrake/interactive.pm:494
#, c-format
msgid "Logical volume name "
msgstr "የጉልሃዊ ይዞታ ስም"

#: diskdrake/interactive.pm:514
#, c-format
msgid ""
"You can not 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:544
#, c-format
msgid "Remove the loopback file?"
msgstr "የዞሮ መመለሻ ፋይሉ ይወገድ?"

#: diskdrake/interactive.pm:566
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""

#: diskdrake/interactive.pm:579
#, c-format
msgid "Change partition type"
msgstr "የክፋይ ዓይነት ለውጥ"

#: diskdrake/interactive.pm:581 diskdrake/removable.pm:47
#, c-format
msgid "Which filesystem do you want?"
msgstr "የትኛውን የፋይል ሲስተም ይፈልጋሉ?"

#: diskdrake/interactive.pm:588
#, c-format
msgid "Switching from %s to %s"
msgstr ""

#: diskdrake/interactive.pm:616
#, c-format
msgid "Set volume label"
msgstr ""

#: diskdrake/interactive.pm:616
#, c-format
msgid "Beware, this will be written to disk as soon as you validate!"
msgstr ""

#: diskdrake/interactive.pm:618
#, c-format
msgid "Which volume label?"
msgstr ""

#: diskdrake/interactive.pm:619
#, fuzzy, c-format
msgid "Label:"
msgstr "መለያ"

#: diskdrake/interactive.pm:640
#, c-format
msgid "Where do you want to mount the loopback file %s?"
msgstr ""

#: diskdrake/interactive.pm:641
#, c-format
msgid "Where do you want to mount device %s?"
msgstr ""

#: diskdrake/interactive.pm:646
#, c-format
msgid ""
"Can not unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
msgstr ""

#: diskdrake/interactive.pm:676
#, c-format
msgid "Where do you want to mount %s?"
msgstr "%sን የት መትከል ይፈልጋሉ?"

#: diskdrake/interactive.pm:700 diskdrake/interactive.pm:783
#: fs/partitioning_wizard.pm:146 fs/partitioning_wizard.pm:178
#, c-format
msgid "Resizing"
msgstr "መጠን በማስተካከል ላይ"

#: diskdrake/interactive.pm:700
#, c-format
msgid "Computing FAT filesystem bounds"
msgstr ""

#: diskdrake/interactive.pm:736
#, c-format
msgid "This partition is not resizeable"
msgstr "ይዚህ ክፋይ መጠነ ተስተካካይ አይደለም"

#: diskdrake/interactive.pm:741
#, c-format
msgid "All data on this partition should be backed-up"
msgstr ""

#: diskdrake/interactive.pm:743
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""

#: diskdrake/interactive.pm:750
#, c-format
msgid "Choose the new size"
msgstr "አዲሱን መጠን ይምረጡ"

#: diskdrake/interactive.pm:751
#, c-format
msgid "New size in MB: "
msgstr "አዲስ መጠን በMB: "

#: diskdrake/interactive.pm:752
#, c-format
msgid "Minimum size: %s MB"
msgstr ""

#: diskdrake/interactive.pm:753
#, c-format
msgid "Maximum size: %s MB"
msgstr ""

#: diskdrake/interactive.pm:794
#, c-format
msgid ""
"To ensure data integrity after resizing the partition(s),\n"
"filesystem checks will be run on your next boot into Microsoft Windows®"
msgstr ""

#: diskdrake/interactive.pm:842 diskdrake/interactive.pm:1386
#, c-format
msgid "Filesystem encryption key"
msgstr "የፋይል-ሲስተም ሚስጢራዊ ግልበጣ ቁልፍ"

#: diskdrake/interactive.pm:843
#, fuzzy, c-format
msgid "Enter your filesystem encryption key"
msgstr "የፋይል-ሲስተም ሚስጢራዊ ግልበጣ ቁልፍ"

#: diskdrake/interactive.pm:844 diskdrake/interactive.pm:1394
#, c-format
msgid "Encryption key"
msgstr "የሚስጢራዊ ግልበጣ ቁልፍ"

#: diskdrake/interactive.pm:851
#, c-format
msgid "Invalid key"
msgstr ""

#: diskdrake/interactive.pm:859
#, c-format
msgid "Choose an existing RAID to add to"
msgstr ""

#: diskdrake/interactive.pm:861 diskdrake/interactive.pm:879
#, c-format
msgid "new"
msgstr "አዲስ"

#: diskdrake/interactive.pm:877
#, c-format
msgid "Choose an existing LVM to add to"
msgstr ""

#: diskdrake/interactive.pm:884
#, c-format
msgid "LVM name?"
msgstr "የLVM ስም?"

#: diskdrake/interactive.pm:911
#, c-format
msgid ""
"Physical volume %s is still in use.\n"
"Do you want to move used physical extents on this volume to other volumes?"
msgstr ""

#: diskdrake/interactive.pm:913
#, c-format
msgid "Moving physical extents"
msgstr ""

#: diskdrake/interactive.pm:931
#, c-format
msgid "This partition can not be used for loopback"
msgstr ""

#: diskdrake/interactive.pm:944
#, c-format
msgid "Loopback"
msgstr ""

#: diskdrake/interactive.pm:945
#, c-format
msgid "Loopback file name: "
msgstr "የዞሮ መመለሻ ፋይል ስም: "

#: diskdrake/interactive.pm:950
#, c-format
msgid "Give a file name"
msgstr "የፋይል ስም ይስጡ"

#: diskdrake/interactive.pm:953
#, c-format
msgid "File is already used by another loopback, choose another one"
msgstr ""

#: diskdrake/interactive.pm:954
#, c-format
msgid "File already exists. Use it?"
msgstr "ፋይሉ በፊትም ነበር። ልጠቀምበት?"

#: diskdrake/interactive.pm:986 diskdrake/interactive.pm:989
#, c-format
msgid "Mount options"
msgstr "የተከላ ምርጫዎች"

#: diskdrake/interactive.pm:996
#, c-format
msgid "Various"
msgstr ""

#: diskdrake/interactive.pm:1063
#, c-format
msgid "device"
msgstr "መሳሪያ"

#: diskdrake/interactive.pm:1064
#, c-format
msgid "level"
msgstr "ደረጃ"

#: diskdrake/interactive.pm:1065
#, fuzzy, c-format
msgid "chunk size in KiB"
msgstr "የፊደል ቅርጽ መጠን፦"

#: diskdrake/interactive.pm:1083
#, c-format
msgid "Be careful: this operation is dangerous."
msgstr "ይጠንቀቁ: ይህ አሰራር አደገኛ ነው።"

#: diskdrake/interactive.pm:1098
#, fuzzy, c-format
msgid "Partitioning Type"
msgstr "መከፋፈል አልተሳካም: %s"

#: diskdrake/interactive.pm:1098
#, c-format
msgid "What type of partitioning?"
msgstr "ምን አይነት አከፋፈል?"

#: diskdrake/interactive.pm:1136
#, c-format
msgid "You'll need to reboot before the modification can take place"
msgstr ""

#: diskdrake/interactive.pm:1145
#, c-format
msgid "Partition table of drive %s is going to be written to disk"
msgstr ""

#: diskdrake/interactive.pm:1167 fs/format.pm:96 fs/format.pm:103
#, c-format
msgid "Formatting partition %s"
msgstr "ክፋይ %sን በማስተካከል ላይ"

#: diskdrake/interactive.pm:1180
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""

#: diskdrake/interactive.pm:1189 fs/partitioning.pm:48
#, fuzzy, c-format
msgid "Check bad blocks?"
msgstr "ተመልከት ይህንን"

#: diskdrake/interactive.pm:1203
#, c-format
msgid "Move files to the new partition"
msgstr "ወደ አዲሱ ክፋይ ፋይሎችን አንቀሳቅስ"

#: diskdrake/interactive.pm:1203
#, c-format
msgid "Hide files"
msgstr "ፋይሎች ደብቅ"

#: diskdrake/interactive.pm:1204
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)\n"
"\n"
"You can either choose to move the files into the partition that will be "
"mounted there or leave them where they are (which results in hiding them by "
"the contents of the mounted partition)"
msgstr ""

#: diskdrake/interactive.pm:1219
#, c-format
msgid "Moving files to the new partition"
msgstr ""

#: diskdrake/interactive.pm:1223
#, c-format
msgid "Copying %s"
msgstr "%sን በመገልበጥ ላይ"

#: diskdrake/interactive.pm:1227
#, c-format
msgid "Removing %s"
msgstr "%sን በማስወገድ ላይ"

#: diskdrake/interactive.pm:1241
#, c-format
msgid "partition %s is now known as %s"
msgstr "%s ከአሁን በኋላ %s በመባል ይታወቃል"

#: diskdrake/interactive.pm:1242
#, c-format
msgid "Partitions have been renumbered: "
msgstr ""

#: diskdrake/interactive.pm:1267 diskdrake/interactive.pm:1335
#, c-format
msgid "Device: "
msgstr "መሳሪያ: "

#: diskdrake/interactive.pm:1268
#, c-format
msgid "Volume label: "
msgstr ""

#: diskdrake/interactive.pm:1269
#, c-format
msgid "UUID: "
msgstr ""

#: diskdrake/interactive.pm:1270
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr ""

#: diskdrake/interactive.pm:1274 diskdrake/interactive.pm:1283
#: diskdrake/interactive.pm:1354
#, c-format
msgid "Type: "
msgstr "አይነት: "

#: diskdrake/interactive.pm:1278 diskdrake/interactive.pm:1339
#, c-format
msgid "Name: "
msgstr "ስም: "

#: diskdrake/interactive.pm:1285
#, c-format
msgid "Start: sector %s\n"
msgstr "ጀምር፦ ሴክተር %s\n"

#: diskdrake/interactive.pm:1286
#, c-format
msgid "Size: %s"
msgstr "መጠን: %s"

#: diskdrake/interactive.pm:1288
#, c-format
msgid ", %s sectors"
msgstr ""

#: diskdrake/interactive.pm:1290
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "CD ወደ"

#: diskdrake/interactive.pm:1291
#, c-format
msgid "Number of logical extents: %d\n"
msgstr ""

#: diskdrake/interactive.pm:1292
#, c-format
msgid "Formatted\n"
msgstr ""

#: diskdrake/interactive.pm:1293
#, c-format
msgid "Not formatted\n"
msgstr "አልተስተካከለም\n"

#: diskdrake/interactive.pm:1294
#, c-format
msgid "Mounted\n"
msgstr ""

#: diskdrake/interactive.pm:1295
#, fuzzy, c-format
msgid "RAID %s\n"
msgstr "URI፦"

#: diskdrake/interactive.pm:1297
#, fuzzy, c-format
msgid "Encrypted"
msgstr "የሚስጢራዊ ግልበጣ ቁልፍ"

#: diskdrake/interactive.pm:1297
#, c-format
msgid " (mapped on %s)"
msgstr ""

#: diskdrake/interactive.pm:1298
#, c-format
msgid " (to map on %s)"
msgstr ""

#: diskdrake/interactive.pm:1299
#, c-format
msgid " (inactive)"
msgstr ""

#: diskdrake/interactive.pm:1305
#, c-format
msgid ""
"Loopback file(s):\n"
"   %s\n"
msgstr ""
"ዞሮ መመለሻ ፋይል(ሎች):\n"
"   %s\n"

#: diskdrake/interactive.pm:1306
#, c-format
msgid ""
"Partition booted by default\n"
"    (for MS-DOS boot, not for lilo)\n"
msgstr ""

#: diskdrake/interactive.pm:1308
#, c-format
msgid "Level %s\n"
msgstr "ደረጃ %s\n"

#: diskdrake/interactive.pm:1309
#, fuzzy, c-format
msgid "Chunk size %d KiB\n"
msgstr "የፊደል ቅርጽ መጠን፦"

#: diskdrake/interactive.pm:1310
#, c-format
msgid "RAID-disks %s\n"
msgstr ""

#: diskdrake/interactive.pm:1312
#, c-format
msgid "Loopback file name: %s"
msgstr "ዞሮ መመለሻ ፋይል ስም: %s"

#: diskdrake/interactive.pm:1315
#, c-format
msgid ""
"\n"
"Chances are, this partition is\n"
"a Driver partition. You should\n"
"probably leave it alone.\n"
msgstr ""

#: diskdrake/interactive.pm:1318
#, c-format
msgid ""
"\n"
"This special Bootstrap\n"
"partition is for\n"
"dual-booting your system.\n"
msgstr ""

#: diskdrake/interactive.pm:1327
#, c-format
msgid "Free space on %s (%s)"
msgstr ""

#: diskdrake/interactive.pm:1336
#, c-format
msgid "Read-only"
msgstr "ለንባብ ብቻ"

#: diskdrake/interactive.pm:1337
#, c-format
msgid "Size: %s\n"
msgstr "መጠን፦ %s\n"

#: diskdrake/interactive.pm:1338
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr ""

#: diskdrake/interactive.pm:1340
#, fuzzy, c-format
msgid "Medium type: "
msgstr "የፋይል ሲስተም አይነት: "

#: diskdrake/interactive.pm:1341
#, c-format
msgid "LVM-disks %s\n"
msgstr ""

#: diskdrake/interactive.pm:1342
#, c-format
msgid "Partition table type: %s\n"
msgstr "የክፋይ ጠረጴዛ ዓይነት: %s\n"

#: diskdrake/interactive.pm:1343
#, c-format
msgid "on channel %d id %d\n"
msgstr "በጣቢያ %d ID %d\n"

#: diskdrake/interactive.pm:1387
#, c-format
msgid "Choose your filesystem encryption key"
msgstr ""

#: diskdrake/interactive.pm:1390
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""

#: diskdrake/interactive.pm:1391
#, c-format
msgid "The encryption keys do not match"
msgstr ""

#: diskdrake/interactive.pm:1395
#, c-format
msgid "Encryption key (again)"
msgstr "የሚስጢራዊ ግልበጣ ቁልፍ (እንደገና)"

#: diskdrake/interactive.pm:1397
#, c-format
msgid "Encryption algorithm"
msgstr ""

#: diskdrake/removable.pm:46
#, c-format
msgid "Change type"
msgstr "አይነት ለውጥ"

#: diskdrake/smbnfs_gtk.pm:81 interactive.pm:129 interactive.pm:550
#: interactive/curses.pm:260 interactive/http.pm:104 interactive/http.pm:160
#: interactive/stdio.pm:39 interactive/stdio.pm:148 mygtk2.pm:802 ugtk2.pm:415
#: ugtk2.pm:517 ugtk2.pm:526 ugtk2.pm:812
#, c-format
msgid "Cancel"
msgstr "ተወው"

#: diskdrake/smbnfs_gtk.pm:164
#, c-format
msgid "Can not login using username %s (bad password?)"
msgstr ""

#: diskdrake/smbnfs_gtk.pm:168 diskdrake/smbnfs_gtk.pm:177
#, fuzzy, c-format
msgid "Domain Authentication Required"
msgstr "የተጠቃሚው የአጠቃቀም ደረጃ ያስፈልጋል"

#: diskdrake/smbnfs_gtk.pm:169
#, c-format
msgid "Which username"
msgstr "የትኛው የተጠቃሚ ስም"

#: diskdrake/smbnfs_gtk.pm:169
#, c-format
msgid "Another one"
msgstr "ሌላ"

#: diskdrake/smbnfs_gtk.pm:178
#, c-format
msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""

#: diskdrake/smbnfs_gtk.pm:180
#, c-format
msgid "Username"
msgstr "የተጠቃሚ ስም"

#: diskdrake/smbnfs_gtk.pm:182
#, c-format
msgid "Domain"
msgstr "ዶሜን"

#: diskdrake/smbnfs_gtk.pm:206
#, c-format
msgid "Search servers"
msgstr "ሰርቨሮችን ፈልግ"

#: diskdrake/smbnfs_gtk.pm:211
#, c-format
msgid "Search new servers"
msgstr "አዲስ ሰርቨሮችን ፈልግ"

#: do_pkgs.pm:19 do_pkgs.pm:57
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "ጥቅል %s ይፈለጋል። መትከል ይፈልጋሉ?"

#: do_pkgs.pm:23 do_pkgs.pm:44 do_pkgs.pm:60
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "ምርጫዎችን ማስቀመጥ አልተቻለም"

#: do_pkgs.pm:28 do_pkgs.pm:65
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""

#: do_pkgs.pm:39
#, c-format
msgid "The following packages need to be installed:\n"
msgstr ""

#: do_pkgs.pm:221
#, c-format
msgid "Installing packages..."
msgstr "ጥቅሎችን በመትከል ላይ..."

#: do_pkgs.pm:267 pkgs.pm:265
#, c-format
msgid "Removing packages..."
msgstr "ጥቅሎችን በማስወገድ ላይ..."

#: fs/any.pm:17
#, 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"
msgstr ""

#: fs/any.pm:75 fs/partitioning_wizard.pm:59
#, c-format
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr ""

#: fs/format.pm:100
#, c-format
msgid "Creating and formatting file %s"
msgstr "ፋይል %sን በመፍጠር እና በማስተካከል ላይ"

#: fs/format.pm:119
#, c-format
msgid "I do not know how to set label on %s with type %s"
msgstr ""

#: fs/format.pm:126
#, fuzzy, c-format
msgid "setting label on %s failed"
msgstr "%s %sን ማስተካከል አልተሳካም"

#: fs/format.pm:162
#, c-format
msgid "I do not know how to format %s in type %s"
msgstr ""

#: fs/format.pm:167 fs/format.pm:169
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s %sን ማስተካከል አልተሳካም"

#: fs/loopback.pm:24
#, c-format
msgid "Circular mounts %s\n"
msgstr ""

#: fs/mount.pm:79
#, c-format
msgid "Mounting partition %s"
msgstr ""

#: fs/mount.pm:80
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""

#: fs/mount.pm:85 fs/mount.pm:102
#, c-format
msgid "Checking %s"
msgstr "%sን በማጣራት ላይ"

#: fs/mount.pm:119 partition_table.pm:405
#, c-format
msgid "error unmounting %s: %s"
msgstr "%sን የመንቀል ስህተት: %s"

#: fs/mount.pm:134
#, c-format
msgid "Enabling swap partition %s"
msgstr "የስዋፕ ክፋይ %sን በማስቻል ላይ"

#: fs/mount_options.pm:115
#, c-format
msgid "Use an encrypted file system"
msgstr ""

#: fs/mount_options.pm:117
#, c-format
msgid "Flush write cache on file close"
msgstr ""

#: fs/mount_options.pm:119
#, c-format
msgid "Enable group disk quota accounting and optionally enforce limits"
msgstr ""

#: fs/mount_options.pm:121
#, c-format
msgid ""
"Do not update inode access times on this file system\n"
"(e.g, for faster access on the news spool to speed up news servers)."
msgstr ""

#: fs/mount_options.pm:124
#, c-format
msgid ""
"Update inode access times on this filesystem in a more efficient way\n"
"(e.g, for faster access on the news spool to speed up news servers)."
msgstr ""

#: fs/mount_options.pm:127
#, c-format
msgid ""
"Can only be mounted explicitly (i.e.,\n"
"the -a option will not cause the file system to be mounted)."
msgstr ""

#: fs/mount_options.pm:130
#, c-format
msgid "Do not interpret character or block special devices on the file system."
msgstr ""

#: fs/mount_options.pm:132
#, c-format
msgid ""
"Do not allow execution of any binaries on the mounted\n"
"file system. This option might be useful for a server that has file systems\n"
"containing binaries for architectures other than its own."
msgstr ""

#: fs/mount_options.pm:136
#, c-format
msgid ""
"Do not allow set-user-identifier or set-group-identifier\n"
"bits to take effect. (This seems safe, but is in fact rather unsafe if you\n"
"have suidperl(1) installed.)"
msgstr ""

#: fs/mount_options.pm:140
#, c-format
msgid "Mount the file system read-only."
msgstr ""

#: fs/mount_options.pm:142
#, c-format
msgid "All I/O to the file system should be done synchronously."
msgstr ""

#: fs/mount_options.pm:144
#, c-format
msgid "Allow every user to mount and umount the file system."
msgstr ""

#: fs/mount_options.pm:146
#, c-format
msgid "Allow an ordinary user to mount the file system."
msgstr ""

#: fs/mount_options.pm:148
#, c-format
msgid "Enable user disk quota accounting, and optionally enforce limits"
msgstr ""

#: fs/mount_options.pm:150
#, c-format
msgid "Support \"user.\" extended attributes"
msgstr ""

#: fs/mount_options.pm:152
#, c-format
msgid "Give write access to ordinary users"
msgstr "ለተራ ተጠቃሚዎች የመጻፍ ፈቃድ ስጥ"

#: fs/mount_options.pm:154
#, c-format
msgid "Give read-only access to ordinary users"
msgstr "ለተራ ተጠቃሚዎች የንባብ ፈቃድ ብቻ ስጥ"

#: fs/mount_point.pm:80
#, fuzzy, c-format
msgid "Duplicate mount point %s"
msgstr "እያንዳንዱን የተመረጠውን አርዕስተ ጉዳይ አባዙ"

#: fs/mount_point.pm:95
#, c-format
msgid "No partition available"
msgstr "ምንም ክፋይ አልተገኘም"

#: fs/mount_point.pm:98
#, c-format
msgid "Scanning partitions to find mount points"
msgstr ""

#: fs/mount_point.pm:105
#, fuzzy, c-format
msgid "Choose the mount points"
msgstr "የመመልከቻውን ቀለም ይምረጡ"

#: fs/partitioning.pm:46
#, fuzzy, c-format
msgid "Choose the partitions you want to format"
msgstr "እባክዎ ለማሳየት የሚፈልጉትን ተጠቃሽ-መረጃ ይምረጡ:"

#: fs/partitioning.pm:75
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can lose data)"
msgstr ""

#: fs/partitioning.pm:78
#, c-format
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""

#: fs/partitioning_wizard.pm:51
#, 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 `/'"
msgstr ""

#: fs/partitioning_wizard.pm:56
#, c-format
msgid ""
"You do not have a swap partition.\n"
"\n"
"Continue anyway?"
msgstr ""

#: fs/partitioning_wizard.pm:84
#, c-format
msgid "Use free space"
msgstr "ነጻ ቦታ ተጠቀም"

#: fs/partitioning_wizard.pm:86
#, fuzzy, c-format
msgid "Not enough free space to allocate new partitions"
msgstr "ወደ አዲሱ ክፋይ ፋይሎችን አንቀሳቅስ"

#: fs/partitioning_wizard.pm:94
#, c-format
msgid "Use existing partitions"
msgstr "የነበሩትን ክፋዮች ተጠቀም"

#: fs/partitioning_wizard.pm:96
#, c-format
msgid "There is no existing partition to use"
msgstr ""

#: fs/partitioning_wizard.pm:103
#, c-format
msgid "Use the Microsoft Windows® partition for loopback"
msgstr ""

#: fs/partitioning_wizard.pm:106
#, fuzzy, c-format
msgid "Which partition do you want to use for Linux4Win?"
msgstr "%sን የት መትከል ይፈልጋሉ?"

#: fs/partitioning_wizard.pm:108
#, c-format
msgid "Choose the sizes"
msgstr "መጠኖቹን ይምረጡ"

#: fs/partitioning_wizard.pm:109
#, fuzzy, c-format
msgid "Root partition size in MB: "
msgstr "አዲስ መጠን በMB: "

#: fs/partitioning_wizard.pm:110
#, fuzzy, c-format
msgid "Swap partition size in MB: "
msgstr "አዲስ መጠን በMB: "

#: fs/partitioning_wizard.pm:119
#, c-format
msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr ""

#: fs/partitioning_wizard.pm:127
#, fuzzy, c-format
msgid "Use the free space on a Microsoft Windows® partition"
msgstr "የMicrosoft Windows® ክፋይ መጠን በማስተካከል ላይ"

#: fs/partitioning_wizard.pm:129
#, fuzzy, c-format
msgid "Which partition do you want to resize?"
msgstr "ምን ማድረግ ይፈልጋሉ?"

#: fs/partitioning_wizard.pm:143
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occurred: %s"
msgstr ""

#: fs/partitioning_wizard.pm:146
#, c-format
msgid "Computing the size of the Microsoft Windows® partition"
msgstr ""

#: fs/partitioning_wizard.pm:153
#, c-format
msgid ""
"Your Microsoft Windows® partition is too fragmented. Please reboot your "
"computer under Microsoft Windows®, run the ``defrag'' utility, then restart "
"the Mandriva Linux installation."
msgstr ""

#: fs/partitioning_wizard.pm:156
#, c-format
msgid ""
"WARNING!\n"
"\n"
"\n"
"Your Microsoft Windows® partition will be now resized.\n"
"\n"
"\n"
"Be careful: this operation is dangerous. If you have not already done so, "
"you first need to exit the installation, run \"chkdsk c:\" from a Command "
"Prompt under Microsoft Windows® (beware, running graphical program \"scandisk"
"\" is not enough, be sure to use \"chkdsk\" in a Command Prompt!), "
"optionally run defrag, then restart the installation. You should also backup "
"your data.\n"
"\n"
"\n"
"When sure, press %s."
msgstr ""

#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: fs/partitioning_wizard.pm:165 interactive.pm:549 interactive/curses.pm:263
#: ugtk2.pm:519
#, c-format
msgid "Next"
msgstr "የሚቀጥለው"

#: fs/partitioning_wizard.pm:168
#, fuzzy, c-format
msgid "Partitionning"
msgstr "መከፋፈል አልተሳካም: %s"

#: fs/partitioning_wizard.pm:168
#, fuzzy, c-format
msgid "Which size do you want to keep for Microsoft Windows® on partition %s?"
msgstr "የMicrosoft Windows® ክፋይ መጠን በማስተካከል ላይ"

#: fs/partitioning_wizard.pm:169
#, c-format
msgid "Size"
msgstr "መጠን"

#: fs/partitioning_wizard.pm:178
#, c-format
msgid "Resizing Microsoft Windows® partition"
msgstr "የMicrosoft Windows® ክፋይ መጠን በማስተካከል ላይ"

#: fs/partitioning_wizard.pm:183
#, c-format
msgid "FAT resizing failed: %s"
msgstr "የFATን መጠን መለወጥ አልተሳካም: %s"

#: fs/partitioning_wizard.pm:186
#, c-format
msgid ""
"To ensure data integrity after resizing the partition(s), \n"
"filesystem checks will be run on your next boot into Microsoft Windows®"
msgstr ""

#: fs/partitioning_wizard.pm:198
#, c-format
msgid "There is no FAT partition to resize (or not enough space left)"
msgstr ""

#: fs/partitioning_wizard.pm:203
#, c-format
msgid "Remove Microsoft Windows®"
msgstr "Microsoft Windows®ን አስወግድ"

#: fs/partitioning_wizard.pm:203
#, fuzzy, c-format
msgid "Erase and use entire disk"
msgstr "ዲስኩን እንዳለ ደምስስ"

#: fs/partitioning_wizard.pm:205
#, c-format
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""

#: fs/partitioning_wizard.pm:210 fsedit.pm:598
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""

#: fs/partitioning_wizard.pm:220
#, c-format
msgid "Custom disk partitioning"
msgstr "የተለመደውን ዲስክ አከፋፈል"

#: fs/partitioning_wizard.pm:226
#, c-format
msgid "Use fdisk"
msgstr "fdiskን ተጠቀም"

#: fs/partitioning_wizard.pm:229
#, c-format
msgid ""
"You can now partition %s.\n"
"When you are done, do not forget to save using `w'"
msgstr ""

#: fs/partitioning_wizard.pm:269
#, c-format
msgid "I can not find any room for installing"
msgstr "የመትከያ ቦታ ማግኘት አልቻልኩም"

#: fs/partitioning_wizard.pm:278
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""

#: fs/partitioning_wizard.pm:287
#, c-format
msgid "Partitioning failed: %s"
msgstr "መከፋፈል አልተሳካም: %s"

#: fs/type.pm:379
#, c-format
msgid "You can not use JFS for partitions smaller than 16MB"
msgstr ""

#: fs/type.pm:380
#, c-format
msgid "You can not use ReiserFS for partitions smaller than 32MB"
msgstr ""

#: fsedit.pm:23
#, c-format
msgid "simple"
msgstr "ቀላል"

#: fsedit.pm:27
#, c-format
msgid "with /usr"
msgstr "ከ/usr ጋር"

#: fsedit.pm:32
#, c-format
msgid "server"
msgstr "ሰርቨር"

#: fsedit.pm:136
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""

#: fsedit.pm:246
#, c-format
msgid ""
"I can not read the partition table of device %s, it's too corrupted for me :"
"(\n"
"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
"The other solution is to not allow DrakX to modify the partition table.\n"
"(the error is %s)\n"
"\n"
"Do you agree to lose all the partitions?\n"
msgstr ""

#: fsedit.pm:423
#, c-format
msgid "Mount points must begin with a leading /"
msgstr ""

#: fsedit.pm:424
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr ""

#: fsedit.pm:425
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr ""

#: fsedit.pm:429
#, 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 ""

#: fsedit.pm:435
#, c-format
msgid ""
"You can not use the LVM Logical Volume for mount point %s since it spans "
"physical volumes"
msgstr ""

#: fsedit.pm:437
#, c-format
msgid ""
"You've selected the LVM Logical Volume as root (/).\n"
"The bootloader is not able to handle this when the volume spans physical "
"volumes.\n"
"You should create a /boot partition first"
msgstr ""

#: fsedit.pm:441 fsedit.pm:443
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr ""

#: fsedit.pm:445 fsedit.pm:447
#, c-format
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr ""

#: fsedit.pm:449
#, c-format
msgid "You can not use an encrypted file system for mount point %s"
msgstr ""

#: fsedit.pm:514
#, c-format
msgid "Not enough free space for auto-allocating"
msgstr ""

#: fsedit.pm:516
#, c-format
msgid "Nothing to do"
msgstr "የሚሰራ ነገር የለም"

#: harddrake/data.pm:73
#, c-format
msgid "SATA controllers"
msgstr "የSATA ተቆጣጣሪዎች"

#: harddrake/data.pm:82
#, c-format
msgid "RAID controllers"
msgstr "የRAID ተቆጣጣሪዎች"

#: harddrake/data.pm:92
#, c-format
msgid "(E)IDE/ATA controllers"
msgstr "(E)IDE/ATA ተቆጣጣሪዎች"

#: harddrake/data.pm:103
#, fuzzy, c-format
msgid "Card readers"
msgstr "የካርድ ሞዴል፦"

#: harddrake/data.pm:112
#, c-format
msgid "Firewire controllers"
msgstr "የFirewire ተቆጣጣሪዎች"

#: harddrake/data.pm:121
#, c-format
msgid "PCMCIA controllers"
msgstr "የPCMCIA ተቆጣጣዊዎች"

#: harddrake/data.pm:130
#, c-format
msgid "SCSI controllers"
msgstr "የSCSI ተቆጣጣዊዎች"

#: harddrake/data.pm:139
#, c-format
msgid "USB controllers"
msgstr "የUSB ተቆጣጣቂዎች"

#: harddrake/data.pm:148
#, c-format
msgid "USB ports"
msgstr "የUSB ፖርቶች"

#: harddrake/data.pm:157
#, c-format
msgid "SMBus controllers"
msgstr "የSMBus ተቆጣጣሪዎች"

#: harddrake/data.pm:166
#, c-format
msgid "Bridges and system controllers"
msgstr "ድልድዮች እና ሲስተም ተቆጣጣሪዎች"

#: harddrake/data.pm:178
#, c-format
msgid "Floppy"
msgstr "ፍሎፒ"

#: harddrake/data.pm:188
#, c-format
msgid "Zip"
msgstr "ዚፕ"

#: harddrake/data.pm:204
#, c-format
msgid "Hard Disk"
msgstr "ዲስክ"

#: harddrake/data.pm:214
#, c-format
msgid "USB Mass Storage Devices"
msgstr ""

#: harddrake/data.pm:223
#, c-format
msgid "CDROM"
msgstr "ሲዲ-ሮም"

#: harddrake/data.pm:233
#, c-format
msgid "CD/DVD burners"
msgstr "ዲሲ/ዲቪዲ አቃጣይ ፕሮግራሞች"

#: harddrake/data.pm:243
#, c-format
msgid "DVD-ROM"
msgstr "ዲቪዲ-ሮም"

#: harddrake/data.pm:253
#, c-format
msgid "Tape"
msgstr "ቴፕ"

#: harddrake/data.pm:264
#, c-format
msgid "AGP controllers"
msgstr "የAGP ተቆጣጣሪዎች"

#: harddrake/data.pm:273
#, c-format
msgid "Videocard"
msgstr "የቪዲዮ ካርድ"

#: harddrake/data.pm:282
#, c-format
msgid "DVB card"
msgstr ""

#: harddrake/data.pm:290
#, c-format
msgid "Tvcard"
msgstr "የቲቪ ካርድ"

#: harddrake/data.pm:300
#, c-format
msgid "Other MultiMedia devices"
msgstr "ሌሎች የመገናኛ ብዙሃን መሳሪያዎች"

#: harddrake/data.pm:309
#, c-format
msgid "Soundcard"
msgstr "የድምጽ ካርድ"

#: harddrake/data.pm:323
#, c-format
msgid "Webcam"
msgstr "ዌብ-ካም"

#: harddrake/data.pm:337
#, c-format
msgid "Processors"
msgstr ""

#: harddrake/data.pm:347
#, c-format
msgid "ISDN adapters"
msgstr "የISDN ማመጣጠኛዎች"

#: harddrake/data.pm:358
#, c-format
msgid "USB sound devices"
msgstr ""

#: harddrake/data.pm:367
#, c-format
msgid "Radio cards"
msgstr ""

#: harddrake/data.pm:376
#, c-format
msgid "ATM network cards"
msgstr ""

#: harddrake/data.pm:385
#, c-format
msgid "WAN network cards"
msgstr ""

#: harddrake/data.pm:394
#, c-format
msgid "Bluetooth devices"
msgstr ""

#: harddrake/data.pm:403
#, c-format
msgid "Ethernetcard"
msgstr "የኢተርኔት ካርድ"

#: harddrake/data.pm:420
#, c-format
msgid "Modem"
msgstr "ሞደም"

#: harddrake/data.pm:430
#, c-format
msgid "ADSL adapters"
msgstr "የADSL ማመጣጠኛዎች"

#: harddrake/data.pm:442
#, c-format
msgid "Memory"
msgstr "ማስታወሻ"

#: harddrake/data.pm:451
#, c-format
msgid "Printer"
msgstr "ማተሚያ"

#. -PO: these are joysticks controllers:
#: harddrake/data.pm:465
#, c-format
msgid "Game port controllers"
msgstr ""

#: harddrake/data.pm:474
#, c-format
msgid "Joystick"
msgstr "ጆይ ስቲክ"

#: harddrake/data.pm:484
#, c-format
msgid "Keyboard"
msgstr "መተየቢያ"

#: harddrake/data.pm:498
#, c-format
msgid "Tablet and touchscreen"
msgstr ""

#: harddrake/data.pm:507
#, c-format
msgid "Mouse"
msgstr "መጠቆሚያ"

#: harddrake/data.pm:522
#, c-format
msgid "Biometry"
msgstr ""

#: harddrake/data.pm:530
#, c-format
msgid "UPS"
msgstr "UPS"

#: harddrake/data.pm:539
#, c-format
msgid "Scanner"
msgstr ""

#: harddrake/data.pm:550
#, c-format
msgid "Unknown/Others"
msgstr "ያልታወቀ/ሌሎች"

#: harddrake/data.pm:580
#, c-format
msgid "cpu # "
msgstr "ሲፒዩ #"

#: harddrake/sound.pm:300
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "እባክዎ ይጠብቁ... ምርጫውን በስራ ላይ አያዋለ ነው"

#: harddrake/sound.pm:362
#, c-format
msgid "Enable PulseAudio"
msgstr ""

#: harddrake/sound.pm:366
#, c-format
msgid "Automatic routing from ALSA to PulseAudio"
msgstr ""

#: harddrake/sound.pm:371
#, c-format
msgid "Enable 5.1 sound with Pulse Audio"
msgstr ""

#: harddrake/sound.pm:376
#, c-format
msgid "Enable user switching for audio applications"
msgstr ""

#: harddrake/sound.pm:381
#, c-format
msgid "Reset sound mixer to default values"
msgstr ""

#: harddrake/sound.pm:386
#, c-format
msgid "Trouble shooting"
msgstr ""

#: harddrake/sound.pm:393
#, fuzzy, c-format
msgid "No alternative driver"
msgstr "ምንም "

#: harddrake/sound.pm:394
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr ""

#: harddrake/sound.pm:401
#, c-format
msgid "Sound configuration"
msgstr "የድምጽ ምርጫ"

#: harddrake/sound.pm:403
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
"sound card (%s)."
msgstr ""

#. -PO: here the first %s is either "OSS" or "ALSA", 
#. -PO: the second %s is the name of the current driver
#. -PO: and the third %s is the name of the default driver
#: harddrake/sound.pm:408
#, c-format
msgid ""
"\n"
"\n"
"Your card currently use the %s\"%s\" driver (default driver for your card is "
"\"%s\")"
msgstr ""

#: harddrake/sound.pm:410
#, c-format
msgid ""
"OSS (Open Sound System) was the first sound API. It's an OS independent "
"sound API (it's available on most UNIX(tm) 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:424 harddrake/sound.pm:507
#, c-format
msgid "Driver:"
msgstr ""

#: harddrake/sound.pm:438
#, 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 will only be used on next bootstrap."
msgstr ""

#: harddrake/sound.pm:446
#, fuzzy, c-format
msgid "No open source driver"
msgstr "ስለ የነፃው ሶፍትዌር መረጃ አሳይ"

#: harddrake/sound.pm:447
#, 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:450
#, fuzzy, c-format
msgid "No known driver"
msgstr "(ስለ ቃላት አጻጻፍ አስተያየት የለም)"

#: harddrake/sound.pm:451
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""

#: harddrake/sound.pm:466
#, c-format
msgid "Sound trouble shooting"
msgstr ""

#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: harddrake/sound.pm:469
#, c-format
msgid ""
"The classic bug sound tester is to run the following commands:\n"
"\n"
"\n"
"- \"lspcidrake -v | fgrep -i AUDIO\" will tell you which driver your card "
"uses\n"
"by default\n"
"\n"
"- \"grep sound-slot /etc/modprobe.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 are 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:496
#, c-format
msgid "Let me pick any driver"
msgstr ""

#: harddrake/sound.pm:499
#, fuzzy, c-format
msgid "Choosing an arbitrary driver"
msgstr "የነሲብ URLን አታስችል"

#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: harddrake/sound.pm:502
#, 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 ""

#: harddrake/v4l.pm:12
#, c-format
msgid "Auto-detect"
msgstr "በራስ-ገዝ ፈልጎ አግኝ"

#: harddrake/v4l.pm:97 harddrake/v4l.pm:285 harddrake/v4l.pm:337
#, c-format
msgid "Unknown|Generic"
msgstr "ያልታወቀ|አጠቃላይ"

#: harddrake/v4l.pm:130
#, c-format
msgid "Unknown|CPH05X (bt878) [many vendors]"
msgstr ""

#: harddrake/v4l.pm:131
#, c-format
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr ""

#: harddrake/v4l.pm:475
#, 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:478
#, c-format
msgid "Card model:"
msgstr "የካርድ ሞዴል፦"

#: harddrake/v4l.pm:479
#, fuzzy, c-format
msgid "Tuner type:"
msgstr "የፋይሉ ዓይነት"

#: interactive.pm:128 interactive.pm:549 interactive/curses.pm:263
#: interactive/http.pm:103 interactive/http.pm:156 interactive/stdio.pm:39
#: interactive/stdio.pm:148 interactive/stdio.pm:149 mygtk2.pm:802
#: ugtk2.pm:421 ugtk2.pm:519 ugtk2.pm:812 ugtk2.pm:835
#, c-format
msgid "Ok"
msgstr "እሺ"

#: interactive.pm:228 modules/interactive.pm:71 ugtk2.pm:811 wizards.pm:156
#, c-format
msgid "Yes"
msgstr "አዎ"

#: interactive.pm:228 modules/interactive.pm:71 ugtk2.pm:811 wizards.pm:156
#, c-format
msgid "No"
msgstr "አይ"

#: interactive.pm:262
#, c-format
msgid "Choose a file"
msgstr "ፋይል ይምረጡ"

#: interactive.pm:387 interactive/gtk.pm:455
#, c-format
msgid "Add"
msgstr "ጨምር"

#: interactive.pm:387 interactive/gtk.pm:455
#, c-format
msgid "Modify"
msgstr "ለውጥ"

#: interactive.pm:387 interactive/gtk.pm:455
#, c-format
msgid "Remove"
msgstr "አስወግድ"

#: interactive.pm:549 interactive/curses.pm:263 ugtk2.pm:519
#, c-format
msgid "Finish"
msgstr "ጨርስ"

#: interactive.pm:550 interactive/curses.pm:260 ugtk2.pm:517
#, c-format
msgid "Previous"
msgstr "የቀድሞው"

#: interactive/curses.pm:556 ugtk2.pm:872
#, fuzzy, c-format
msgid "No file chosen"
msgstr "የፋይል ምልክት"

#: interactive/curses.pm:560 ugtk2.pm:876
#, fuzzy, c-format
msgid "You have chosen a directory, not a file"
msgstr "የቤት ዶሴ አልተገኘም።"

#: interactive/curses.pm:562 ugtk2.pm:878
#, fuzzy, c-format
msgid "No such directory"
msgstr "ዶሴ አይደለም"

#: interactive/curses.pm:562 ugtk2.pm:878
#, fuzzy, c-format
msgid "No such file"
msgstr "ፋይሉ `%s'ን የለም\n"

#: interactive/gtk.pm:570
#, c-format
msgid "Beware, Caps Lock is enabled"
msgstr ""

#: interactive/stdio.pm:29 interactive/stdio.pm:154
#, c-format
msgid "Bad choice, try again\n"
msgstr "የማይመች ምርጫ፣ እንደገና ይሞክሩ\n"

#: interactive/stdio.pm:30 interactive/stdio.pm:155
#, c-format
msgid "Your choice? (default %s) "
msgstr "ምርጫዎ? (የቀድሞ %s) "

#: interactive/stdio.pm:54
#, c-format
msgid ""
"Entries you'll have to fill:\n"
"%s"
msgstr ""

#: interactive/stdio.pm:70
#, c-format
msgid "Your choice? (0/1, default `%s') "
msgstr "ምርጫዎ? (0/1፣ የቀድሞ `%s') "

#: interactive/stdio.pm:97
#, c-format
msgid "Button `%s': %s"
msgstr "ቁልፍ `%s': %s"

#: interactive/stdio.pm:98
#, c-format
msgid "Do you want to click on this button?"
msgstr "እዚህ ቁልፍ ላይ መጫን ይፈልጋሉ?"

#: interactive/stdio.pm:110
#, c-format
msgid "Your choice? (default `%s'%s) "
msgstr "ምርጫዎ? (የቀድሞ `%s'%s) "

#: interactive/stdio.pm:110
#, c-format
msgid " enter `void' for void entry"
msgstr ""

#: interactive/stdio.pm:128
#, c-format
msgid "=> There are many things to choose from (%s).\n"
msgstr ""

#: interactive/stdio.pm:131
#, 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:144
#, c-format
msgid ""
"=> Notice, a label changed:\n"
"%s"
msgstr ""
"=> ማሳሰቢያ፣ ስያሜ ተቀይሯል:\n"
"%s"

#: interactive/stdio.pm:151
#, c-format
msgid "Re-submit"
msgstr "እንደገና ውሰድ"

#. -PO: the string "default:LTR" can be translated *ONLY* as "default:LTR"
#. -PO: or as "default:RTL", depending if your language is written from
#. -PO: left to right, or from right to left; any other string is wrong.
#: lang.pm:193
#, c-format
msgid "default:LTR"
msgstr "default:LTR"

#: lang.pm:210
#, c-format
msgid "Andorra"
msgstr "አንዶራ"

#: lang.pm:211 timezone.pm:226
#, c-format
msgid "United Arab Emirates"
msgstr "የተባበሩት አረብ ኤምሬትስ"

#: lang.pm:212
#, c-format
msgid "Afghanistan"
msgstr "አፍጋኒስታን"

#: lang.pm:213
#, c-format
msgid "Antigua and Barbuda"
msgstr "አንቲጉዋ እና ባርቡዳ"

#: lang.pm:214
#, c-format
msgid "Anguilla"
msgstr "አንጉኢላ"

#: lang.pm:215
#, c-format
msgid "Albania"
msgstr "አልባኒያ"

#: lang.pm:216
#, c-format
msgid "Armenia"
msgstr "አርሜኒያ"

#: lang.pm:217
#, c-format
msgid "Netherlands Antilles"
msgstr "ኔዘርላንድስ አንቲልስ"

#: lang.pm:218
#, c-format
msgid "Angola"
msgstr "አንጐላ"

#: lang.pm:219
#, c-format
msgid "Antarctica"
msgstr "አንታርክቲካ"

#: lang.pm:220 timezone.pm:271
#, c-format
msgid "Argentina"
msgstr "አርጀንቲና"

#: lang.pm:221
#, c-format
msgid "American Samoa"
msgstr "የአሜሪካ ሳሞአ"

#: lang.pm:222 mirror.pm:12 timezone.pm:229
#, c-format
msgid "Austria"
msgstr "ኦስትሪያ"

#: lang.pm:223 mirror.pm:11 timezone.pm:267
#, c-format
msgid "Australia"
msgstr "አውስትሬሊያ"

#: lang.pm:224
#, c-format
msgid "Aruba"
msgstr "አሩባ"

#: lang.pm:225
#, c-format
msgid "Azerbaijan"
msgstr "አዘርባጃን"

#: lang.pm:226
#, c-format
msgid "Bosnia and Herzegovina"
msgstr "ቦስኒያ እና ሄርዞጎቪኒያ"

#: lang.pm:227
#, c-format
msgid "Barbados"
msgstr "ባርቤዶስ"

#: lang.pm:228 timezone.pm:211
#, c-format
msgid "Bangladesh"
msgstr "ባንግላዲሽ"

#: lang.pm:229 mirror.pm:13 timezone.pm:231
#, c-format
msgid "Belgium"
msgstr "ቤልጄም"

#: lang.pm:230
#, c-format
msgid "Burkina Faso"
msgstr "ቡርኪና ፋሶ"

#: lang.pm:231 timezone.pm:232
#, c-format
msgid "Bulgaria"
msgstr "ቡልጌሪያ"

#: lang.pm:232
#, c-format
msgid "Bahrain"
msgstr "ባህሬን"

#: lang.pm:233
#, c-format
msgid "Burundi"
msgstr "ብሩንዲ"

#: lang.pm:234
#, c-format
msgid "Benin"
msgstr "ቤኒን"

#: lang.pm:235
#, c-format
msgid "Bermuda"
msgstr "ቤርሙዳ"

#: lang.pm:236
#, c-format
msgid "Brunei Darussalam"
msgstr "ብሩኒ ዳሩሳላም"

#: lang.pm:237
#, c-format
msgid "Bolivia"
msgstr "ቦሊቪያ"

#: lang.pm:238 mirror.pm:14 timezone.pm:272
#, c-format
msgid "Brazil"
msgstr "ብራዚል"

#: lang.pm:239
#, c-format
msgid "Bahamas"
msgstr "ባሃማስ"

#: lang.pm:240
#, c-format
msgid "Bhutan"
msgstr "ቡህታን"

#: lang.pm:241
#, c-format
msgid "Bouvet Island"
msgstr "የቦውቬት ደሴት"

#: lang.pm:242
#, c-format
msgid "Botswana"
msgstr "ቦትስዋና"

#: lang.pm:243 timezone.pm:230
#, c-format
msgid "Belarus"
msgstr "ቤላሩስ"

#: lang.pm:244
#, c-format
msgid "Belize"
msgstr "ቤሊዘ"

#: lang.pm:245 mirror.pm:15 timezone.pm:261
#, c-format
msgid "Canada"
msgstr "ካናዳ"

#: lang.pm:246
#, c-format
msgid "Cocos (Keeling) Islands"
msgstr "ኮኮስ (ኬሊንግ) ደሴቶች"

#: lang.pm:247
#, c-format
msgid "Congo (Kinshasa)"
msgstr "የኮንጐ ዲሞክራሲያዊ ሪፑብሊክ"

#: lang.pm:248
#, c-format
msgid "Central African Republic"
msgstr "የመካከለኛው አፍሪካ ሪፐብሊክ"

#: lang.pm:249
#, c-format
msgid "Congo (Brazzaville)"
msgstr "የኮንጐ ዲሞክራሲያዊ ሪፑብሊክ"

#: lang.pm:250 mirror.pm:39 timezone.pm:255
#, c-format
msgid "Switzerland"
msgstr "ስዊዘርላንድ"

#: lang.pm:251
#, c-format
msgid "Cote d'Ivoire"
msgstr "ኮት ዲቯር"

#: lang.pm:252
#, c-format
msgid "Cook Islands"
msgstr "ኩክ ደሴቶች"

#: lang.pm:253 timezone.pm:273
#, c-format
msgid "Chile"
msgstr "ቺሊ"

#: lang.pm:254
#, c-format
msgid "Cameroon"
msgstr "ካሜሩን"

#: lang.pm:255 timezone.pm:212
#, c-format
msgid "China"
msgstr "ቻይና"

#: lang.pm:256
#, c-format
msgid "Colombia"
msgstr "ኮሎምቢያ"

#: lang.pm:257 mirror.pm:16
#, c-format
msgid "Costa Rica"
msgstr "ኮስታሪካ"

#: lang.pm:258
#, c-format
msgid "Serbia & Montenegro"
msgstr "ሰርቢያ እና ሞንትኔግሮ"

#: lang.pm:259
#, c-format
msgid "Cuba"
msgstr "ኩባ"

#: lang.pm:260
#, c-format
msgid "Cape Verde"
msgstr "ኬፕ ቬርዴ"

#: lang.pm:261
#, c-format
msgid "Christmas Island"
msgstr "የገና ደሴቶች"

#: lang.pm:262
#, c-format
msgid "Cyprus"
msgstr "ሳይፕረስ"

#: lang.pm:263 mirror.pm:17 timezone.pm:233
#, c-format
msgid "Czech Republic"
msgstr "ቼክ ሪፑብሊክ"

#: lang.pm:264 mirror.pm:22 timezone.pm:238
#, c-format
msgid "Germany"
msgstr "ጀርመን"

#: lang.pm:265
#, c-format
msgid "Djibouti"
msgstr "ጂቡቲ"

#: lang.pm:266 mirror.pm:18 timezone.pm:234
#, c-format
msgid "Denmark"
msgstr "ዴንማርክ"

#: lang.pm:267
#, c-format
msgid "Dominica"
msgstr "ዶሚኒካ"

#: lang.pm:268
#, c-format
msgid "Dominican Republic"
msgstr "ዶሚኒክ ሪፑብሊክ"

#: lang.pm:269
#, c-format
msgid "Algeria"
msgstr "አልጄሪያ"

#: lang.pm:270
#, c-format
msgid "Ecuador"
msgstr "ኢኳዶር"

#: lang.pm:271 mirror.pm:19 timezone.pm:235
#, c-format
msgid "Estonia"
msgstr "ኤስቶኒያ"

#: lang.pm:272
#, c-format
msgid "Egypt"
msgstr "ግብጽ"

#: lang.pm:273
#, c-format
msgid "Western Sahara"
msgstr "ምዕራባዊ ሳህራ"

#: lang.pm:274
#, c-format
msgid "Eritrea"
msgstr "ኤርትራ"

#: lang.pm:275 mirror.pm:37 timezone.pm:253
#, c-format
msgid "Spain"
msgstr "ስፔን"

#: lang.pm:276
#, c-format
msgid "Ethiopia"
msgstr "ኢትዮጵያ"

#: lang.pm:277 mirror.pm:20 timezone.pm:236
#, c-format
msgid "Finland"
msgstr "ፊንላንድ"

#: lang.pm:278
#, c-format
msgid "Fiji"
msgstr "ፊጂ አይላንድ"

#: lang.pm:279
#, c-format
msgid "Falkland Islands (Malvinas)"
msgstr "ማርሻላዊ (የማርሻል አይላንድ)"

#: lang.pm:280
#, c-format
msgid "Micronesia"
msgstr "ሚክሮኔዢያ"

#: lang.pm:281
#, c-format
msgid "Faroe Islands"
msgstr "ካይማን ደሴቶች"

#: lang.pm:282 mirror.pm:21 timezone.pm:237
#, c-format
msgid "France"
msgstr "ፈረንሳይ"

#: lang.pm:283
#, c-format
msgid "Gabon"
msgstr "ጋቦን"

#: lang.pm:284 timezone.pm:257
#, c-format
msgid "United Kingdom"
msgstr "እንግሊዝ"

#: lang.pm:285
#, c-format
msgid "Grenada"
msgstr "ግሬናዳ"

#: lang.pm:286
#, c-format
msgid "Georgia"
msgstr "ጆርጂያ"

#: lang.pm:287
#, c-format
msgid "French Guiana"
msgstr "የፈረንሳይ ጉዊአና"

#: lang.pm:288
#, c-format
msgid "Ghana"
msgstr "ጋና"

#: lang.pm:289
#, c-format
msgid "Gibraltar"
msgstr "ጊብራልታር"

#: lang.pm:290
#, c-format
msgid "Greenland"
msgstr "ግሪንላንድ"

#: lang.pm:291
#, c-format
msgid "Gambia"
msgstr "ጋምቢያ"

#: lang.pm:292
#, c-format
msgid "Guinea"
msgstr "ጊኒ"

#: lang.pm:293
#, c-format
msgid "Guadeloupe"
msgstr "ጉዋደሉፕ"

#: lang.pm:294
#, c-format
msgid "Equatorial Guinea"
msgstr "ኢኳቶሪያል ጊኒ"

#: lang.pm:295 mirror.pm:23 timezone.pm:239
#, c-format
msgid "Greece"
msgstr "ግሪክ"

#: lang.pm:296
#, c-format
msgid "South Georgia and the South Sandwich Islands"
msgstr "ደቡብ ጆርጂያ እና የደቡብ ሳንድዊች ደሴቶች"

#: lang.pm:297 timezone.pm:262
#, c-format
msgid "Guatemala"
msgstr "ጉዋቲማላ"

#: lang.pm:298
#, c-format
msgid "Guam"
msgstr "ጉዋም"

#: lang.pm:299
#, c-format
msgid "Guinea-Bissau"
msgstr "ጊኒ-ቢሳዎ"

#: lang.pm:300
#, c-format
msgid "Guyana"
msgstr "ጉያና"

#: lang.pm:301
#, c-format
msgid "Hong Kong SAR (China)"
msgstr "ቻይንኛ (የሆንግ ኮንግ)"

#: lang.pm:302
#, c-format
msgid "Heard and McDonald Islands"
msgstr "የቱርኮችና የካኢኮስ ደሴቶች"

#: lang.pm:303
#, c-format
msgid "Honduras"
msgstr "ሆንዱራስ"

#: lang.pm:304
#, c-format
msgid "Croatia"
msgstr "ክሮኤሽያ"

#: lang.pm:305
#, c-format
msgid "Haiti"
msgstr "ሀይቲ*"

#: lang.pm:306 mirror.pm:24 timezone.pm:240
#, c-format
msgid "Hungary"
msgstr "ሀንጋሪ"

#: lang.pm:307 timezone.pm:215
#, c-format
msgid "Indonesia"
msgstr "ኢንዶኔዢያ"

#: lang.pm:308 mirror.pm:25 timezone.pm:241
#, c-format
msgid "Ireland"
msgstr "አየርላንድ"

#: lang.pm:309 mirror.pm:26 timezone.pm:217
#, c-format
msgid "Israel"
msgstr "እስራኤል"

#: lang.pm:310 timezone.pm:214
#, c-format
msgid "India"
msgstr "ህንድ"

#: lang.pm:311
#, c-format
msgid "British Indian Ocean Territory"
msgstr "የብሪታኒያ ህንድ ውቂያኖስ ግዛት"

#: lang.pm:312
#, c-format
msgid "Iraq"
msgstr "ኢራቅ"

#: lang.pm:313 timezone.pm:216
#, c-format
msgid "Iran"
msgstr "ኢራን"

#: lang.pm:314
#, c-format
msgid "Iceland"
msgstr "አይስላንድ"

#: lang.pm:315 mirror.pm:27 timezone.pm:242
#, c-format
msgid "Italy"
msgstr "ጣሊያን"

#: lang.pm:316
#, c-format
msgid "Jamaica"
msgstr "ጃማይካ"

#: lang.pm:317
#, c-format
msgid "Jordan"
msgstr "ጆርዳን"

#: lang.pm:318 mirror.pm:28 timezone.pm:218
#, c-format
msgid "Japan"
msgstr "ጃፓን"

#: lang.pm:319
#, c-format
msgid "Kenya"
msgstr "ኬንያ"

#: lang.pm:320
#, c-format
msgid "Kyrgyzstan"
msgstr "ኪርጂክስታን"

#: lang.pm:321
#, c-format
msgid "Cambodia"
msgstr "ካምቦዲያ"

#: lang.pm:322
#, c-format
msgid "Kiribati"
msgstr "ኪሪባቲ"

#: lang.pm:323
#, c-format
msgid "Comoros"
msgstr "ኮሞሮስ"

#: lang.pm:324
#, c-format
msgid "Saint Kitts and Nevis"
msgstr "ቅዱስ ኪትስ እና ኔቪስ"

#: lang.pm:325
#, c-format
msgid "Korea (North)"
msgstr "ኮሪያ (ሰሜን)"

#: lang.pm:326 timezone.pm:219
#, c-format
msgid "Korea"
msgstr "ኮሪያ ሪፐብሊክ"

#: lang.pm:327
#, c-format
msgid "Kuwait"
msgstr "ክዌት"

#: lang.pm:328
#, c-format
msgid "Cayman Islands"
msgstr "ካይማን ደሴቶች"

#: lang.pm:329
#, c-format
msgid "Kazakhstan"
msgstr "ካዛኪስታን"

#: lang.pm:330
#, c-format
msgid "Laos"
msgstr "ላኦስ"

#: lang.pm:331
#, c-format
msgid "Lebanon"
msgstr "ሊባኖስ"

#: lang.pm:332
#, c-format
msgid "Saint Lucia"
msgstr "ሴንት ሉቺያ"

#: lang.pm:333
#, c-format
msgid "Liechtenstein"
msgstr "ሊችተንስታይን"

#: lang.pm:334
#, c-format
msgid "Sri Lanka"
msgstr "ሲሪላንካ"

#: lang.pm:335
#, c-format
msgid "Liberia"
msgstr "ላይቤሪያ"

#: lang.pm:336
#, c-format
msgid "Lesotho"
msgstr "ሌሶቶ"

#: lang.pm:337 timezone.pm:243
#, c-format
msgid "Lithuania"
msgstr "ሊቱዌኒያ"

#: lang.pm:338 timezone.pm:244
#, c-format
msgid "Luxembourg"
msgstr "ሉክሰምበርግ"

#: lang.pm:339
#, c-format
msgid "Latvia"
msgstr "ላትቪያ"

#: lang.pm:340
#, c-format
msgid "Libya"
msgstr "ሊቢያ"

#: lang.pm:341
#, c-format
msgid "Morocco"
msgstr "ሞሮኮ"

#: lang.pm:342
#, c-format
msgid "Monaco"
msgstr "ሞናኮ"

#: lang.pm:343
#, c-format
msgid "Moldova"
msgstr "ሞልዶቫ"

#: lang.pm:344
#, c-format
msgid "Madagascar"
msgstr "ማዳጋስካር"

#: lang.pm:345
#, c-format
msgid "Marshall Islands"
msgstr "ማርሻል አይላንድ"

#: lang.pm:346
#, c-format
msgid "Macedonia"
msgstr "ማከዶኒያ"

#: lang.pm:347
#, c-format
msgid "Mali"
msgstr "ማሊ"

#: lang.pm:348
#, c-format
msgid "Myanmar"
msgstr "ማያንማር"

#: lang.pm:349
#, c-format
msgid "Mongolia"
msgstr "ሞንጎሊያ"

#: lang.pm:350
#, c-format
msgid "Northern Mariana Islands"
msgstr "የሰሜናዊ ማሪያና ደሴቶች"

#: lang.pm:351
#, c-format
msgid "Martinique"
msgstr "ማርቲኒክ"

#: lang.pm:352
#, c-format
msgid "Mauritania"
msgstr "ሞሪቴኒያ"

#: lang.pm:353
#, c-format
msgid "Montserrat"
msgstr "ሞንትሴራት"

#: lang.pm:354
#, c-format
msgid "Malta"
msgstr "ማልታ"

#: lang.pm:355
#, c-format
msgid "Mauritius"
msgstr "ማሩሸስ"

#: lang.pm:356
#, c-format
msgid "Maldives"
msgstr "ማልዲቭስ"

#: lang.pm:357
#, c-format
msgid "Malawi"
msgstr "ማላዊ"

#: lang.pm:358 timezone.pm:263
#, c-format
msgid "Mexico"
msgstr "ሜክሲኮ"

#: lang.pm:359 timezone.pm:220
#, c-format
msgid "Malaysia"
msgstr "ማሌዢያ"

#: lang.pm:360
#, c-format
msgid "Mozambique"
msgstr "ሞዛምቢክ"

#: lang.pm:361
#, c-format
msgid "Namibia"
msgstr "ናሚቢያ"

#: lang.pm:362
#, c-format
msgid "New Caledonia"
msgstr "ኒው ካሌዶኒያ"

#: lang.pm:363
#, c-format
msgid "Niger"
msgstr "ኒጀር"

#: lang.pm:364
#, c-format
msgid "Norfolk Island"
msgstr "ኖርፎልክ ደሴት"

#: lang.pm:365
#, c-format
msgid "Nigeria"
msgstr "ናይጄሪያ"

#: lang.pm:366
#, c-format
msgid "Nicaragua"
msgstr "ኒካራጓ"

#: lang.pm:367 mirror.pm:29 timezone.pm:245
#, c-format
msgid "Netherlands"
msgstr "ኔዘርላንድ"

#: lang.pm:368 mirror.pm:31 timezone.pm:246
#, c-format
msgid "Norway"
msgstr "ኖርዌይ"

#: lang.pm:369
#, c-format
msgid "Nepal"
msgstr "ኔፓል"

#: lang.pm:370
#, c-format
msgid "Nauru"
msgstr "ናኡሩ"

#: lang.pm:371
#, c-format
msgid "Niue"
msgstr "ኒኡይ"

#: lang.pm:372 mirror.pm:30 timezone.pm:268
#, c-format
msgid "New Zealand"
msgstr "ኒው ዚላንድ"

#: lang.pm:373
#, c-format
msgid "Oman"
msgstr "ኦማን"

#: lang.pm:374
#, c-format
msgid "Panama"
msgstr "ፓናማ"

#: lang.pm:375
#, c-format
msgid "Peru"
msgstr "ፔሩ"

#: lang.pm:376
#, c-format
msgid "French Polynesia"
msgstr "የፈረንሳይ ፖሊኔዢያ"

#: lang.pm:377
#, c-format
msgid "Papua New Guinea"
msgstr "ፓፑዋ ኒው ጊኒ"

#: lang.pm:378 timezone.pm:221
#, c-format
msgid "Philippines"
msgstr "ፊሊፒንስ"

#: lang.pm:379
#, c-format
msgid "Pakistan"
msgstr "ፓኪስታን"

#: lang.pm:380 mirror.pm:32 timezone.pm:247
#, c-format
msgid "Poland"
msgstr "ፖላንድ"

#: lang.pm:381
#, c-format
msgid "Saint Pierre and Miquelon"
msgstr "ቅዱስ ፒዬር እና ሚኩኤሎን"

#: lang.pm:382
#, c-format
msgid "Pitcairn"
msgstr "ፒትካኢርን"

#: lang.pm:383
#, c-format
msgid "Puerto Rico"
msgstr "ፖርታ ሪኮ"

#: lang.pm:384
#, c-format
msgid "Palestine"
msgstr "ፓለስታይን"

#: lang.pm:385 mirror.pm:33 timezone.pm:248
#, c-format
msgid "Portugal"
msgstr "ፖርቱጋል"

#: lang.pm:386
#, c-format
msgid "Paraguay"
msgstr "ፓራጓይ"

#: lang.pm:387
#, c-format
msgid "Palau"
msgstr "ፓላው"

#: lang.pm:388
#, c-format
msgid "Qatar"
msgstr "ኳታር"

#: lang.pm:389
#, c-format
msgid "Reunion"
msgstr "ሪዩኒየን ደሴት"

#: lang.pm:390 timezone.pm:249
#, c-format
msgid "Romania"
msgstr "ሮሜኒያ"

#: lang.pm:391 mirror.pm:34
#, c-format
msgid "Russia"
msgstr "ራሺያ"

#: lang.pm:392
#, c-format
msgid "Rwanda"
msgstr "ሩዋንዳ"

#: lang.pm:393
#, c-format
msgid "Saudi Arabia"
msgstr "ሳውድአረቢያ"

#: lang.pm:394
#, c-format
msgid "Solomon Islands"
msgstr "ሰሎሞን ደሴት"

#: lang.pm:395
#, c-format
msgid "Seychelles"
msgstr "ሲሼልስ"

#: lang.pm:396
#, c-format
msgid "Sudan"
msgstr "ሱዳን"

#: lang.pm:397 mirror.pm:38 timezone.pm:254
#, c-format
msgid "Sweden"
msgstr "ስዊድን"

#: lang.pm:398 timezone.pm:222
#, c-format
msgid "Singapore"
msgstr "ሲንጋፖር"

#: lang.pm:399
#, c-format
msgid "Saint Helena"
msgstr "ሴንት ሄለና"

#: lang.pm:400 timezone.pm:252
#, c-format
msgid "Slovenia"
msgstr "ስሎቬኒያ"

#: lang.pm:401
#, c-format
msgid "Svalbard and Jan Mayen Islands"
msgstr "ስቫልባርድ እና ጃን ሜይን ደሴቶች"

#: lang.pm:402 mirror.pm:35 timezone.pm:251
#, c-format
msgid "Slovakia"
msgstr "ስሎቫኪያ"

#: lang.pm:403
#, c-format
msgid "Sierra Leone"
msgstr "ሴራሊዮን"

#: lang.pm:404
#, c-format
msgid "San Marino"
msgstr "ሳን ማሪኖ"

#: lang.pm:405
#, c-format
msgid "Senegal"
msgstr "ሴኔጋል"

#: lang.pm:406
#, c-format
msgid "Somalia"
msgstr "ሱማሌ"

#: lang.pm:407
#, c-format
msgid "Suriname"
msgstr "ሱሪናም"

#: lang.pm:408
#, c-format
msgid "Sao Tome and Principe"
msgstr "ሳኦ ቶሜ እና ፕሪንሲፔ"

#: lang.pm:409
#, c-format
msgid "El Salvador"
msgstr "ኤል ሳልቫዶር"

#: lang.pm:410
#, c-format
msgid "Syria"
msgstr "ሲሪያ"

#: lang.pm:411
#, c-format
msgid "Swaziland"
msgstr "ሱዋዚላንድ"

#: lang.pm:412
#, c-format
msgid "Turks and Caicos Islands"
msgstr "የቱርኮችና የካኢኮስ ደሴቶች"

#: lang.pm:413
#, c-format
msgid "Chad"
msgstr "ቻድ"

#: lang.pm:414
#, c-format
msgid "French Southern Territories"
msgstr "የፈረንሳይ ደቡባዊ ግዛቶች"

#: lang.pm:415
#, c-format
msgid "Togo"
msgstr "ቶጐ"

#: lang.pm:416 mirror.pm:41 timezone.pm:224
#, c-format
msgid "Thailand"
msgstr "ታይላንድ"

#: lang.pm:417
#, c-format
msgid "Tajikistan"
msgstr "ታጃኪስታን"

#: lang.pm:418
#, c-format
msgid "Tokelau"
msgstr "ቶክላው"

#: lang.pm:419
#, c-format
msgid "East Timor"
msgstr "ምስራቅ ቲሞር"

#: lang.pm:420
#, c-format
msgid "Turkmenistan"
msgstr "ቱርክሜኒስታን"

#: lang.pm:421
#, c-format
msgid "Tunisia"
msgstr "ቱኒዚያ"

#: lang.pm:422
#, c-format
msgid "Tonga"
msgstr "ቶንጋ"

#: lang.pm:423 timezone.pm:225
#, c-format
msgid "Turkey"
msgstr "ቱርክ"

#: lang.pm:424
#, c-format
msgid "Trinidad and Tobago"
msgstr "ትሪኒዳድ እና ቶባጎ"

#: lang.pm:425
#, c-format
msgid "Tuvalu"
msgstr "ቱቫሉ"

#: lang.pm:426 mirror.pm:40 timezone.pm:223
#, c-format
msgid "Taiwan"
msgstr "ታይዋን"

#: lang.pm:427 timezone.pm:208
#, c-format
msgid "Tanzania"
msgstr "ታንዛኒያ"

#: lang.pm:428 timezone.pm:256
#, c-format
msgid "Ukraine"
msgstr "ዩክሬን"

#: lang.pm:429
#, c-format
msgid "Uganda"
msgstr "ዩጋንዳ"

#: lang.pm:430
#, c-format
msgid "United States Minor Outlying Islands"
msgstr "የአሜሪካ ጥቃቅን ውጫዊ ደሴቶች"

#: lang.pm:431 mirror.pm:42 timezone.pm:264
#, c-format
msgid "United States"
msgstr "አሜሪካ"

#: lang.pm:432
#, c-format
msgid "Uruguay"
msgstr "ኡራጓይ"

#: lang.pm:433
#, c-format
msgid "Uzbekistan"
msgstr "ዩዝበኪስታን"

#: lang.pm:434
#, c-format
msgid "Vatican"
msgstr "ቫቲካን ከተማ"

#: lang.pm:435
#, c-format
msgid "Saint Vincent and the Grenadines"
msgstr "ቅዱስ ቪንሴንት እና ግሬናዲንስ"

#: lang.pm:436
#, c-format
msgid "Venezuela"
msgstr "ቬንዙዌላ"

#: lang.pm:437
#, c-format
msgid "Virgin Islands (British)"
msgstr "የእንግሊዝ ድንግል ደሴቶች"

#: lang.pm:438
#, c-format
msgid "Virgin Islands (U.S.)"
msgstr "የእንግሊዝ ድንግል ደሴቶች"

#: lang.pm:439
#, c-format
msgid "Vietnam"
msgstr "ቬትናም"

#: lang.pm:440
#, c-format
msgid "Vanuatu"
msgstr "ቫኑአቱ"

#: lang.pm:441
#, c-format
msgid "Wallis and Futuna"
msgstr "ዋሊስ እና ፉቱና ደሴቶች"

#: lang.pm:442
#, c-format
msgid "Samoa"
msgstr "የአሜሪካ ሳሞአ"

#: lang.pm:443
#, c-format
msgid "Yemen"
msgstr "የመን"

#: lang.pm:444
#, c-format