summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-02-27 06:40:01 +0000
committerThierry Vignaud <tv@mageia.org>2013-02-27 06:40:01 +0000
commit47f3c781cf4bcdcedb0c76f101dcb41d38a86a20 (patch)
tree55baecbd61af4f4c565522e7e3e2cdacacf23e41
parent5b76050f1adf01c29ad5b08cf959614cbf76ec92 (diff)
downloaddrakx-47f3c781cf4bcdcedb0c76f101dcb41d38a86a20.tar
drakx-47f3c781cf4bcdcedb0c76f101dcb41d38a86a20.tar.gz
drakx-47f3c781cf4bcdcedb0c76f101dcb41d38a86a20.tar.bz2
drakx-47f3c781cf4bcdcedb0c76f101dcb41d38a86a20.tar.xz
drakx-47f3c781cf4bcdcedb0c76f101dcb41d38a86a20.zip
(install_grub2) always generate grub2 menu (like for other bootloaders)
thus only one place where we actually issue the proper command
-rw-r--r--perl-install/bootloader.pm7
1 files changed, 2 insertions, 5 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index d912a183f..ccea86a63 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -1977,12 +1977,9 @@ sub restore_previous_MBR_bootloader {
}
sub install_grub2 {
- my ($bootloader, $_all_hds) = @_;
+ my ($bootloader, $all_hds) = @_;
my $error;
- my $grub2_cfg = "/boot/grub2/grub.cfg";
- if (!-s "$::prefix/$grub2_cfg") {
- run_program::rooted($::prefix, 'grub2-mkconfig', '2>', \$error, '-o', $grub2_cfg) or die "grub2-mkconfig failed: $error";
- }
+ write_grub2($bootloader, $all_hds);
run_program::rooted($::prefix, 'grub2-install', '2>', \$error, $bootloader->{boot}) or die "grub2-install failed: $error";
setVarsInSh("$::prefix/boot/grub2/drakboot.conf", { boot => $bootloader->{boot} });
}
re/drakx/diff/perl-install/share/po/be.po?h=18.4&id=a6244a489efd940d722abe8ce49a686eb59830a7'>perl-install/share/po/be.po346
-rw-r--r--perl-install/share/po/bg.po346
-rw-r--r--perl-install/share/po/bn.po346
-rw-r--r--perl-install/share/po/br.po346
-rw-r--r--perl-install/share/po/bs.po346
-rw-r--r--perl-install/share/po/ca.po346
-rw-r--r--perl-install/share/po/cs.po346
-rw-r--r--perl-install/share/po/cy.po346
-rw-r--r--perl-install/share/po/da.po346
-rw-r--r--perl-install/share/po/de.po346
-rw-r--r--perl-install/share/po/el.po346
-rw-r--r--perl-install/share/po/eo.po346
-rw-r--r--perl-install/share/po/es.po346
-rw-r--r--perl-install/share/po/et.po346
-rw-r--r--perl-install/share/po/eu.po346
-rw-r--r--perl-install/share/po/fa.po346
-rw-r--r--perl-install/share/po/fi.po346
-rw-r--r--perl-install/share/po/fr.po346
-rw-r--r--perl-install/share/po/fur.po346
-rw-r--r--perl-install/share/po/ga.po346
-rw-r--r--perl-install/share/po/gl.po346
-rw-r--r--perl-install/share/po/he.po346
-rw-r--r--perl-install/share/po/hi.po346
-rw-r--r--perl-install/share/po/hr.po346
-rw-r--r--perl-install/share/po/hu.po346
-rw-r--r--perl-install/share/po/id.po346
-rw-r--r--perl-install/share/po/is.po346
-rw-r--r--perl-install/share/po/it.po346
-rw-r--r--perl-install/share/po/ja.po346
-rw-r--r--perl-install/share/po/ko.po346
-rw-r--r--perl-install/share/po/ky.po346
-rw-r--r--perl-install/share/po/libDrakX.pot334
-rw-r--r--perl-install/share/po/lt.po346
-rw-r--r--perl-install/share/po/ltg.po346
-rw-r--r--perl-install/share/po/lv.po346
-rw-r--r--perl-install/share/po/mk.po346
-rw-r--r--perl-install/share/po/mn.po346
-rw-r--r--perl-install/share/po/ms.po346
-rw-r--r--perl-install/share/po/mt.po346
-rw-r--r--perl-install/share/po/nb.po346
-rw-r--r--perl-install/share/po/nl.po346
-rw-r--r--perl-install/share/po/nn.po346
-rw-r--r--perl-install/share/po/pa_IN.po346
-rw-r--r--perl-install/share/po/pl.po346
-rw-r--r--perl-install/share/po/pt.po346
-rw-r--r--perl-install/share/po/pt_BR.po346
-rw-r--r--perl-install/share/po/ro.po346
-rw-r--r--perl-install/share/po/ru.po1764
-rw-r--r--perl-install/share/po/sc.po346
-rw-r--r--perl-install/share/po/sk.po346
-rw-r--r--perl-install/share/po/sl.po346
-rw-r--r--perl-install/share/po/sq.po346
-rw-r--r--perl-install/share/po/sr.po346
-rw-r--r--perl-install/share/po/sr@Latn.po346
-rw-r--r--perl-install/share/po/sv.po346
-rw-r--r--perl-install/share/po/ta.po346
-rw-r--r--perl-install/share/po/tg.po346
-rw-r--r--perl-install/share/po/th.po346
-rw-r--r--perl-install/share/po/tl.po346
-rw-r--r--perl-install/share/po/tr.po346
-rw-r--r--perl-install/share/po/uk.po346
-rw-r--r--perl-install/share/po/uz.po346
-rw-r--r--perl-install/share/po/uz@cyrillic.po346
-rw-r--r--perl-install/share/po/vi.po346
-rw-r--r--perl-install/share/po/wa.po346
-rw-r--r--perl-install/share/po/zh_CN.po346
-rw-r--r--perl-install/share/po/zh_TW.po346
72 files changed, 14275 insertions, 12043 deletions
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index 1460d149d..8d0aefed1 100644
--- a/perl-install/share/po/af.po
+++ b/perl-install/share/po/af.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-af\n"
-"POT-Creation-Date: 2016-12-12 23:00+0100\n"
+"POT-Creation-Date: 2018-11-03 11:40+0000\n"
"PO-Revision-Date: 2005-04-21 17:33+0200\n"
"Last-Translator: Dirk van der Walt <dirkvanderwalt@webmail.co.za>\n"
"Language-Team: Afrikaans\n"
@@ -20,11 +20,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0.2\n"
-#: any.pm:263 any.pm:1026 diskdrake/interactive.pm:650
+#: any.pm:263 any.pm:695 any.pm:1107 diskdrake/interactive.pm:650
#: diskdrake/interactive.pm:874 diskdrake/interactive.pm:936
#: diskdrake/interactive.pm:1028 diskdrake/interactive.pm:1055
#: diskdrake/interactive.pm:1286 diskdrake/interactive.pm:1344 do_pkgs.pm:342
-#: do_pkgs.pm:387 interactive.pm:712 pkgs.pm:293
+#: do_pkgs.pm:388 interactive.pm:712 pkgs.pm:293
#, c-format
msgid "Please wait"
msgstr "Wag asb."
@@ -165,7 +165,7 @@ msgstr "Bekragtig ACPI"
msgid "Security"
msgstr "Sekuriteit"
-#: any.pm:428 any.pm:950 any.pm:969 authentication.pm:249
+#: any.pm:428 any.pm:1028 any.pm:1047 authentication.pm:249
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
@@ -186,102 +186,112 @@ msgstr "Probeer asb. weer"
msgid "You cannot use a password with %s"
msgstr "U kan nie 'n lêerstelsel met enkripsie vir hegpunt %s gebruik nie."
-#: any.pm:437 any.pm:953 any.pm:971 authentication.pm:250
+#: any.pm:437 any.pm:1031 any.pm:1049 authentication.pm:250
#, c-format
msgid "Password (again)"
msgstr "Wagwoord (weer)"
-#: any.pm:502
+#: any.pm:504 any.pm:671 any.pm:714
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "Herlaaistylkonfigurasie"
+
+#: any.pm:508
#, c-format
-msgid "Image"
-msgstr "Beeld"
+msgid "Install or update rEFInd in the EFI system partition"
+msgstr ""
-#: any.pm:503 any.pm:515
+#: any.pm:510
#, c-format
-msgid "Root"
-msgstr "'Root'"
+msgid "Install in /EFI/BOOT (workaround for some BIOSs)"
+msgstr ""
-#: any.pm:504 any.pm:642
+#: any.pm:550 any.pm:575 diskdrake/interactive.pm:411
+#, c-format
+msgid "Label"
+msgstr "Naam"
+
+#: any.pm:551 any.pm:559 any.pm:720
#, c-format
msgid "Append"
msgstr "Aanlas"
-#: any.pm:506
+#: any.pm:552 any.pm:564 any.pm:721
+#, c-format
+msgid "Video mode"
+msgstr "Videomodus"
+
+#: any.pm:557
+#, c-format
+msgid "Image"
+msgstr "Beeld"
+
+#: any.pm:558 any.pm:570
+#, c-format
+msgid "Root"
+msgstr "'Root'"
+
+#: any.pm:561
#, c-format
msgid "Xen append"
msgstr ""
-#: any.pm:508
+#: any.pm:563
#, c-format
msgid "Requires password to boot"
msgstr ""
-#: any.pm:509 any.pm:643
-#, c-format
-msgid "Video mode"
-msgstr "Videomodus"
-
-#: any.pm:510
+#: any.pm:565
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:511
+#: any.pm:566
#, fuzzy, c-format
msgid "Network profile"
msgstr "Netwerkkoppelvlak"
-#: any.pm:519 diskdrake/interactive.pm:411
-#, c-format
-msgid "Label"
-msgstr "Naam"
-
-#: any.pm:521 any.pm:640 harddrake/v4l.pm:438
+#: any.pm:577 any.pm:718 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Verstek"
-#: any.pm:529
+#: any.pm:585
#, c-format
msgid "Empty label not allowed"
msgstr "Leë etiket word nie toegelaat nie"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a kernel image"
msgstr "U moet 'n kernel-beeld spesifiseer"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a root partition"
msgstr "U moet 'n 'root-partisie spesifiseer"
-#: any.pm:531
+#: any.pm:587
#, c-format
msgid "This label is already used"
msgstr "Hierdie etiket is alreeds in gebruik"
-#: any.pm:549
+#: any.pm:611
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Watter tipe inskrywing wil u byvoeg?"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Linux"
msgstr "Linux"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Other OS (Windows...)"
msgstr "Ander bedryfstelsel (Windows...)"
-#: any.pm:597 any.pm:636
-#, fuzzy, c-format
-msgid "Bootloader Configuration"
-msgstr "Herlaaistylkonfigurasie"
-
-#: any.pm:598
+#: any.pm:672
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -290,12 +300,12 @@ msgstr ""
"Hier is die huidige inskrywings\n"
"U kan byvoeg or verwyder soos nodig."
-#: any.pm:645
+#: any.pm:723
#, c-format
msgid "Do not touch ESP or MBR"
msgstr ""
-#: any.pm:647 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:458
+#: any.pm:725 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:460
#: diskdrake/interactive.pm:305 diskdrake/interactive.pm:391
#: diskdrake/interactive.pm:605 diskdrake/interactive.pm:820
#: diskdrake/interactive.pm:885 diskdrake/interactive.pm:1053
@@ -307,66 +317,66 @@ msgstr ""
msgid "Warning"
msgstr "Waarskuwing"
-#: any.pm:648
+#: any.pm:726
#, c-format
msgid ""
"Not installing on ESP or MBR means that the installation is not bootable "
"unless chain loaded from another OS!"
msgstr ""
-#: any.pm:652
+#: any.pm:730
#, c-format
msgid "Probe Foreign OS"
msgstr ""
-#: any.pm:653
+#: any.pm:731
#, c-format
msgid ""
"If grub2 takes too long to install, you can use this option to skip "
"detecting other OSes and make it fast"
msgstr ""
-#: any.pm:909
+#: any.pm:987
#, c-format
msgid "access to X programs"
msgstr "toegang na X-programme"
-#: any.pm:910
+#: any.pm:988
#, c-format
msgid "access to rpm tools"
msgstr "toegang tot rpm-nutsprogramme"
-#: any.pm:911
+#: any.pm:989
#, c-format
msgid "allow \"su\""
msgstr "laat \"su\" toe"
-#: any.pm:912
+#: any.pm:990
#, c-format
msgid "access to administrative files"
msgstr "toegang tot administratiewe-lêers"
-#: any.pm:913
+#: any.pm:991
#, c-format
msgid "access to network tools"
msgstr "toegang na netwerk-nutsprogramme"
-#: any.pm:914
+#: any.pm:992
#, c-format
msgid "access to compilation tools"
msgstr "toegang na kompilasie-gereedskap"
-#: any.pm:920
+#: any.pm:998
#, c-format
msgid "(already added %s)"
msgstr "(%s alreeds bygevoeg)"
-#: any.pm:926
+#: any.pm:1004
#, c-format
msgid "Please give a user name"
msgstr "Gee asb. 'n gebruikerskode"
-#: any.pm:927
+#: any.pm:1005
#, fuzzy, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
@@ -374,154 +384,154 @@ msgid ""
msgstr ""
"Die gebruikernaam mag alleenlik uit kleinletter, nommers, '-' en '_' bestaan"
-#: any.pm:928
+#: any.pm:1006
#, c-format
msgid "The user name is too long"
msgstr "Hierdie naam is te lank"
-#: any.pm:929
+#: any.pm:1007
#, c-format
msgid "This user name has already been added"
msgstr "Hierdie genruikerskode bestaan alreeds"
-#: any.pm:935 any.pm:973
+#: any.pm:1013 any.pm:1051
#, c-format
msgid "User ID"
msgstr "Gebruiker ID"
-#: any.pm:935 any.pm:974
+#: any.pm:1013 any.pm:1052
#, c-format
msgid "Group ID"
msgstr "Groep ID"
-#: any.pm:936
+#: any.pm:1014
#, fuzzy, c-format
msgid "%s must be a number"
msgstr "Opsie %s moet 'n nommer wees!"
-#: any.pm:937
+#: any.pm:1015
#, c-format
msgid "%s should be above 1000. Accept anyway?"
msgstr ""
-#: any.pm:941
+#: any.pm:1019
#, fuzzy, c-format
msgid "User management"
msgstr "Gebruikernaam"
-#: any.pm:947
+#: any.pm:1025
#, c-format
msgid "Enable guest account"
msgstr ""
-#: any.pm:949 authentication.pm:236
+#: any.pm:1027 authentication.pm:236
#, fuzzy, c-format
msgid "Set administrator (root) password"
msgstr "Kies 'root' se wagwoord"
-#: any.pm:955
+#: any.pm:1033
#, fuzzy, c-format
msgid "Enter a user"
msgstr ""
"Tik 'n gebruiker in\n"
"%s"
-#: any.pm:957
+#: any.pm:1035
#, c-format
msgid "Icon"
msgstr "Ikoon"
-#: any.pm:960
+#: any.pm:1038
#, c-format
msgid "Real name"
msgstr "Regte naam"
-#: any.pm:967
+#: any.pm:1045
#, c-format
msgid "Login name"
msgstr "Aanteken naam"
-#: any.pm:972
+#: any.pm:1050
#, c-format
msgid "Shell"
msgstr "Dop"
-#: any.pm:976
+#: any.pm:1054
#, c-format
msgid "Extra Groups:"
msgstr ""
-#: any.pm:1026
+#: any.pm:1107
#, fuzzy, c-format
msgid "Please wait, adding media..."
msgstr "wag asseblief gedurende 'ttmkfdir'..."
-#: any.pm:1078 security/l10n.pm:14
+#: any.pm:1159 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Outo-inteken"
-#: any.pm:1079
+#: any.pm:1160
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr "Ek kan u rekenaar so opstel om een gebruiker outomaties in te teken."
-#: any.pm:1080
+#: any.pm:1161
#, fuzzy, c-format
msgid "Use this feature"
msgstr "Wil u hierdie funksie gebruik?"
-#: any.pm:1081
+#: any.pm:1162
#, c-format
msgid "Choose the default user:"
msgstr "Kies die verstek gebruiker:"
-#: any.pm:1082
+#: any.pm:1163
#, c-format
msgid "Choose the window manager to run:"
msgstr "Kies die vensterbestuurder om te loop:"
-#: any.pm:1093 any.pm:1108 any.pm:1177
+#: any.pm:1174 any.pm:1189 any.pm:1258
#, fuzzy, c-format
msgid "Release Notes"
msgstr "Vrystelling: "
-#: any.pm:1115 any.pm:1476 interactive/gtk.pm:820
+#: any.pm:1196 any.pm:1560 interactive/gtk.pm:820
#, c-format
msgid "Close"
msgstr "Sluit af"
-#: any.pm:1163
+#: any.pm:1244
#, c-format
msgid "License agreement"
msgstr "Lisensieooreenkoms"
-#: any.pm:1165 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
+#: any.pm:1246 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
#, c-format
msgid "Quit"
msgstr "Verlaat"
-#: any.pm:1172
+#: any.pm:1253
#, fuzzy, c-format
msgid "Do you accept this license ?"
msgstr "Beskik u oor nog?"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Accept"
msgstr "Aanvaar"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Refuse"
msgstr "Weier"
-#: any.pm:1199 any.pm:1262
+#: any.pm:1280 any.pm:1343
#, c-format
msgid "Please choose a language to use"
msgstr "Kies asb. 'n taal om te gebruik"
-#: any.pm:1227
+#: any.pm:1308
#, fuzzy, c-format
msgid ""
"%s can support multiple languages. Select\n"
@@ -529,87 +539,87 @@ msgid ""
"when your installation is complete and you restart your system."
msgstr "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
-#: any.pm:1229 fs/partitioning_wizard.pm:194
+#: any.pm:1310 fs/partitioning_wizard.pm:194
#, c-format
msgid "Mageia"
msgstr "Mageia"
-#: any.pm:1230
+#: any.pm:1311
#, fuzzy, c-format
msgid "Multiple languages"
msgstr "Alle tale"
-#: any.pm:1231
+#: any.pm:1312
#, c-format
msgid "Select Additional Languages"
msgstr ""
-#: any.pm:1240 any.pm:1271
+#: any.pm:1321 any.pm:1352
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr ""
-#: any.pm:1241
+#: any.pm:1322
#, c-format
msgid "All languages"
msgstr "Alle tale"
-#: any.pm:1263
+#: any.pm:1344
#, fuzzy, c-format
msgid "Language choice"
msgstr "selfdoen"
-#: any.pm:1317
+#: any.pm:1398
#, c-format
msgid "Country / Region"
msgstr "Land / Omgewing"
-#: any.pm:1318
+#: any.pm:1399
#, c-format
msgid "Please choose your country"
msgstr "Kies asseblief u land"
-#: any.pm:1320
+#: any.pm:1401
#, c-format
msgid "Here is the full list of available countries"
msgstr "Hier is die volle lys van beskikbare lande"
-#: any.pm:1321
+#: any.pm:1402
#, fuzzy, c-format
msgid "Other Countries"
msgstr "Ander poorte"
-#: any.pm:1321 interactive.pm:491 interactive/gtk.pm:444
+#: any.pm:1402 interactive.pm:491 interactive/gtk.pm:444
#, c-format
msgid "Advanced"
msgstr "Gevorderd"
-#: any.pm:1327
+#: any.pm:1408
#, fuzzy, c-format
msgid "Input method:"
msgstr "Netwerkmetode:"
-#: any.pm:1330
+#: any.pm:1411
#, c-format
msgid "None"
msgstr "Geen"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "No sharing"
msgstr "Geen deling"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Allow all users"
msgstr "Laat alle gebruikers toe"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Custom"
msgstr "Aangepaste"
-#: any.pm:1425
+#: any.pm:1509
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -624,32 +634,32 @@ msgstr ""
"\n"
"\"Aangepaste\" laat toe vir per-gebruiker verstellings.\n"
-#: any.pm:1437
+#: any.pm:1521
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
-#: any.pm:1440
+#: any.pm:1524
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
-#: any.pm:1448
+#: any.pm:1532
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr "U kan uitvoer deur NFS of SMB te gebruik. Kies watter u wil gebruik."
-#: any.pm:1476
+#: any.pm:1560
#, c-format
msgid "Launch userdrake"
msgstr "Loods userdrake"
-#: any.pm:1478
+#: any.pm:1562
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
@@ -659,54 +669,54 @@ msgstr ""
"U kan van 'userdrake' gebruik maak om gebruikers by heirdie\n"
"groep te voeg."
-#: any.pm:1585
+#: any.pm:1669
#, fuzzy, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
"logout now."
msgstr "U moet afteken en weer inteken alvorens veranderinge bekragtig word"
-#: any.pm:1589
+#: any.pm:1673
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr "U moet afteken en weer inteken alvorens veranderinge bekragtig word"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Timezone"
msgstr "Tydsone"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Which is your timezone?"
msgstr "Wat is u tydsone?"
-#: any.pm:1647 any.pm:1649
+#: any.pm:1731 any.pm:1733
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr ""
-#: any.pm:1650
+#: any.pm:1734
#, c-format
msgid "What is the best time?"
msgstr ""
-#: any.pm:1654
+#: any.pm:1738
#, fuzzy, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "Hardewareklok gestel vir GMT"
-#: any.pm:1655
+#: any.pm:1739
#, fuzzy, c-format
msgid "%s (hardware clock set to local time)"
msgstr "Hardewareklok gestel vir GMT"
-#: any.pm:1657
+#: any.pm:1741
#, c-format
msgid "NTP Server"
msgstr "NTP-bediener"
-#: any.pm:1658
+#: any.pm:1742
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Outo-tydsinkronisasie met NTP"
@@ -1033,7 +1043,7 @@ msgstr "Domein-administrarteur se Wagwoord"
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:1122
+#: bootloader.pm:1217
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1048,37 +1058,47 @@ msgstr ""
"vir die verstekopsie.\n"
"\n"
-#: bootloader.pm:1287
+#: bootloader.pm:1386
#, c-format
msgid "LILO with text menu"
msgstr "LILO met tekskieskaart"
-#: bootloader.pm:1288
+#: bootloader.pm:1387
#, c-format
msgid "GRUB2 with graphical menu"
msgstr ""
-#: bootloader.pm:1289
+#: bootloader.pm:1388
#, c-format
msgid "GRUB2 with text menu"
msgstr "GRUB2 met tekskieskaart"
-#: bootloader.pm:1290
+#: bootloader.pm:1389
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:1291
+#: bootloader.pm:1390
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB met tekskieskaart"
-#: bootloader.pm:1378
+#: bootloader.pm:1391
+#, c-format
+msgid "rEFInd with graphical menu"
+msgstr ""
+
+#: bootloader.pm:1392
+#, fuzzy, c-format
+msgid "U-Boot/Extlinux with text menu"
+msgstr "U-Boot/Extlinux met tekskieskaart"
+
+#: bootloader.pm:1480
#, c-format
msgid "not enough room in /boot"
msgstr "nie genoeg spasie in /boot nie"
-#: bootloader.pm:2393
+#: bootloader.pm:2610
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1087,7 +1107,7 @@ msgstr ""
"U herlaaistelsel se konfigurasie moet opgedateer word omdat 'n partisie se "
"nommer verander het"
-#: bootloader.pm:2406
+#: bootloader.pm:2623
#, c-format
msgid ""
"The bootloader cannot be installed correctly. You have to boot rescue and "
@@ -1096,7 +1116,7 @@ msgstr ""
"Die herlaaistelsel kan nie korrek geïnstalleer word nie. U moet in redding-"
"modus laai, kies dan \"%s\""
-#: bootloader.pm:2407
+#: bootloader.pm:2624
#, c-format
msgid "Re-install Boot Loader"
msgstr "Her-installeer herlaaistelsel"
@@ -1206,7 +1226,7 @@ msgstr "Verwyder"
msgid "Done"
msgstr "Klaar"
-#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:323
+#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:325
#: diskdrake/interactive.pm:246 diskdrake/interactive.pm:259
#: diskdrake/interactive.pm:460 diskdrake/interactive.pm:535
#: diskdrake/interactive.pm:553 diskdrake/interactive.pm:558
@@ -1215,7 +1235,7 @@ msgstr "Klaar"
#: diskdrake/interactive.pm:1242 diskdrake/interactive.pm:1245
#: diskdrake/interactive.pm:1513 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:49
#: do_pkgs.pm:54 do_pkgs.pm:79 do_pkgs.pm:103 do_pkgs.pm:108 do_pkgs.pm:142
-#: fsedit.pm:266 interactive/http.pm:117 interactive/http.pm:118
+#: fsedit.pm:264 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:94 scanner.pm:105 scanner.pm:112
#: scanner.pm:119 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
@@ -1296,7 +1316,7 @@ msgstr "Gaan voort"
msgid "Help"
msgstr "Hulp"
-#: diskdrake/hd_gtk.pm:257
+#: diskdrake/hd_gtk.pm:259
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1307,78 +1327,78 @@ msgstr ""
"Ek stel voor u verstel eers die grootte van dié partisie\n"
"(kliek daarop en kliek dan op \"Verstel Grootte\")"
-#: diskdrake/hd_gtk.pm:259
+#: diskdrake/hd_gtk.pm:261
#, c-format
msgid "Please click on a partition"
msgstr "Kliek asb. op 'n partisie"
-#: diskdrake/hd_gtk.pm:273 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:275 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "Detail"
-#: diskdrake/hd_gtk.pm:323
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "No hard disk drives found"
msgstr "Geen hardeskywe kon gevind word nie"
-#: diskdrake/hd_gtk.pm:362
+#: diskdrake/hd_gtk.pm:364
#, c-format
msgid "Unknown"
msgstr "Onbekend"
-#: diskdrake/hd_gtk.pm:429
+#: diskdrake/hd_gtk.pm:431
#, fuzzy, c-format
msgid "Ext4"
msgstr "Verlaat"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, fuzzy, c-format
msgid "XFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Swap"
msgstr "Ruilarea"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Windows"
msgstr "Windows"
-#: diskdrake/hd_gtk.pm:430 fs/partitioning_wizard.pm:437 services.pm:201
+#: diskdrake/hd_gtk.pm:432 fs/partitioning_wizard.pm:437 services.pm:201
#, c-format
msgid "Other"
msgstr "Ander"
-#: diskdrake/hd_gtk.pm:430 diskdrake/interactive.pm:1397
+#: diskdrake/hd_gtk.pm:432 diskdrake/interactive.pm:1397
#: fs/partitioning_wizard.pm:437
#, c-format
msgid "Empty"
msgstr "Leeg"
-#: diskdrake/hd_gtk.pm:437
+#: diskdrake/hd_gtk.pm:439
#, c-format
msgid "Filesystem types:"
msgstr "Lêerstelsel-tipes:"
-#: diskdrake/hd_gtk.pm:458
+#: diskdrake/hd_gtk.pm:460
#, fuzzy, c-format
msgid "This partition is already empty"
msgstr "Hierdie partisie se grootte kan nie verstel word nie"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Gebruik ``Ontheg'' eerste"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, fuzzy, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr "Gebruik ``%s'' instede."
-#: diskdrake/hd_gtk.pm:467 diskdrake/interactive.pm:409
+#: diskdrake/hd_gtk.pm:469 diskdrake/interactive.pm:409
#: diskdrake/interactive.pm:644 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
@@ -2279,7 +2299,7 @@ msgstr "Die volgende pakkette geïnstalleer word:\n"
msgid "Installing packages..."
msgstr "Installeer pakkette..."
-#: do_pkgs.pm:387 pkgs.pm:293
+#: do_pkgs.pm:388 pkgs.pm:293
#, c-format
msgid "Removing packages..."
msgstr "Verwyder pakkette..."
@@ -2298,7 +2318,7 @@ msgstr ""
msgid "You must have a ESP FAT32 partition mounted in /boot/EFI"
msgstr "U moet oor 'n ESP FAT32 partisie wat as /boot/EFI geheg is, beskik"
-#: fs/any.pm:81 fs/partitioning_wizard.pm:82
+#: fs/any.pm:83 fs/partitioning_wizard.pm:82
#, c-format
msgid ""
"You must have a BIOS boot partition for non-UEFI GPT-partitioned disks. "
@@ -2350,7 +2370,7 @@ msgstr "heg van partisie %s in lêergids %s het gefaal"
msgid "Checking %s"
msgstr "Toets %s"
-#: fs/mount.pm:126 partition_table.pm:399
+#: fs/mount.pm:126 partition_table.pm:456
#, c-format
msgid "error unmounting %s: %s"
msgstr "fout met onthegting van %s: %s"
@@ -2671,7 +2691,7 @@ msgid ""
"to use?"
msgstr "U het meer as een hardeskyf, waar wil u Linux installeer?"
-#: fs/partitioning_wizard.pm:271 fsedit.pm:638
+#: fs/partitioning_wizard.pm:271 fsedit.pm:641
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Alle bestaande partisies en data sal uitgewis word op skyf %s"
@@ -2720,17 +2740,17 @@ msgstr ""
msgid "Partitioning failed: %s"
msgstr "Partisionering het misluk: %s"
-#: fs/type.pm:382
+#: fs/type.pm:383
#, c-format
msgid "You cannot use JFS for partitions smaller than 16MB"
msgstr "U kan nie JFS vir partisies kleiner as 16MB gebruik nie"
-#: fs/type.pm:383
+#: fs/type.pm:384
#, c-format
msgid "You cannot use ReiserFS for partitions smaller than 32MB"
msgstr "U kan nie ReiserFS vir partisies kleiner as 32MB gebruik nie"
-#: fs/type.pm:384
+#: fs/type.pm:385
#, fuzzy, c-format
msgid "You cannot use btrfs for partitions smaller than 256MB"
msgstr "U kan nie JFS vir partisies kleiner as 16MB gebruik nie"
@@ -2750,12 +2770,12 @@ msgstr "met '/usr'"
msgid "server"
msgstr "bediener"
-#: fsedit.pm:157
+#: fsedit.pm:155
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""
-#: fsedit.pm:267
+#: fsedit.pm:265
#, c-format
msgid ""
"I cannot read the partition table of device %s, it's too corrupted for me :"
@@ -2773,22 +2793,22 @@ msgstr ""
"\n"
"Will u al die partisies verwyder?\n"
-#: fsedit.pm:450
+#: fsedit.pm:448
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Hegpunte moet met 'n / begin"
-#: fsedit.pm:451
+#: fsedit.pm:449
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr "Hegpunte kan slegs alfa-numeriese karakters bevat"
-#: fsedit.pm:452
+#: fsedit.pm:450
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Daar is alreeds 'n partisie met hegpunt %s\n"
-#: fsedit.pm:455
+#: fsedit.pm:453
#, fuzzy, c-format
msgid ""
"You've selected an encrypted partition as root (/).\n"
@@ -2799,17 +2819,17 @@ msgstr ""
"Geen herlaaistelsel sal dit kan hanteer sonder 'n /boot partisie nie.\n"
"Onthou om 'n /boot by te voeg."
-#: fsedit.pm:461 fsedit.pm:472
+#: fsedit.pm:459 fsedit.pm:470
#, c-format
msgid "You cannot use an encrypted filesystem for mount point %s"
msgstr "U kan nie 'n lêerstelsel met enkripsie vir hegpunt %s gebruik nie."
-#: fsedit.pm:464 fsedit.pm:466
+#: fsedit.pm:462 fsedit.pm:464
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "Hierdie lêergids moet altyd in die wortellêerstelsel bly"
-#: fsedit.pm:468 fsedit.pm:470
+#: fsedit.pm:466 fsedit.pm:468
#, c-format
msgid ""
"You need a true filesystem (ext2/3/4, reiserfs, xfs, or jfs) for this mount "
@@ -4962,12 +4982,12 @@ msgstr ""
msgid "Password seems secure"
msgstr "Benodig wagwoord"
-#: partition_table.pm:405
+#: partition_table.pm:462
#, c-format
msgid "mount failed: "
msgstr "heg het gefaal: "
-#: partition_table.pm:531
+#: partition_table.pm:632
#, c-format
msgid ""
"You have a hole in your partition table but I cannot use it.\n"
@@ -5033,7 +5053,7 @@ msgstr ""
msgid "Cannot add a partition to _formatted_ RAID %s"
msgstr "Kan nie 'n partisie by geformatteerde RAID md%d byvoeg nie"
-#: raid.pm:200
+#: raid.pm:201
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nie genoeg partisies vir RAID vlak %d nie\n"
diff --git a/perl-install/share/po/am.po b/perl-install/share/po/am.po
index 27859fbe6..c4c08af7f 100644
--- a/perl-install/share/po/am.po
+++ b/perl-install/share/po/am.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2016-12-12 23:00+0100\n"
+"POT-Creation-Date: 2018-11-03 11:40+0000\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"
@@ -14,11 +14,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: any.pm:263 any.pm:1026 diskdrake/interactive.pm:650
+#: any.pm:263 any.pm:695 any.pm:1107 diskdrake/interactive.pm:650
#: diskdrake/interactive.pm:874 diskdrake/interactive.pm:936
#: diskdrake/interactive.pm:1028 diskdrake/interactive.pm:1055
#: diskdrake/interactive.pm:1286 diskdrake/interactive.pm:1344 do_pkgs.pm:342
-#: do_pkgs.pm:387 interactive.pm:712 pkgs.pm:293
+#: do_pkgs.pm:388 interactive.pm:712 pkgs.pm:293
#, c-format
msgid "Please wait"
msgstr "እባክዎ ይጠብቁ"
@@ -154,7 +154,7 @@ msgstr "ACPI አስቻል"
msgid "Security"
msgstr "ደህንነት"
-#: any.pm:428 any.pm:950 any.pm:969 authentication.pm:249
+#: any.pm:428 any.pm:1028 any.pm:1047 authentication.pm:249
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
@@ -175,114 +175,124 @@ msgstr "እባክዎ እንደገና ይሞክሩ"
msgid "You cannot use a password with %s"
msgstr ""
-#: any.pm:437 any.pm:953 any.pm:971 authentication.pm:250
+#: any.pm:437 any.pm:1031 any.pm:1049 authentication.pm:250
#, c-format
msgid "Password (again)"
msgstr "ሚስጢራዊ ቃል (እንደገና)"
-#: any.pm:502
+#: any.pm:504 any.pm:671 any.pm:714
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "የአጀማመር ዘይቤ ምርጫ"
+
+#: any.pm:508
#, c-format
-msgid "Image"
-msgstr "ምስል"
+msgid "Install or update rEFInd in the EFI system partition"
+msgstr ""
-#: any.pm:503 any.pm:515
+#: any.pm:510
#, c-format
-msgid "Root"
-msgstr "Root"
+msgid "Install in /EFI/BOOT (workaround for some BIOSs)"
+msgstr ""
+
+#: any.pm:550 any.pm:575 diskdrake/interactive.pm:411
+#, c-format
+msgid "Label"
+msgstr "መለያ"
-#: any.pm:504 any.pm:642
+#: any.pm:551 any.pm:559 any.pm:720
#, c-format
msgid "Append"
msgstr ""
-#: any.pm:506
+#: any.pm:552 any.pm:564 any.pm:721
+#, c-format
+msgid "Video mode"
+msgstr "የቪዲዮ አሰራር ዘዴ"
+
+#: any.pm:557
+#, c-format
+msgid "Image"
+msgstr "ምስል"
+
+#: any.pm:558 any.pm:570
+#, c-format
+msgid "Root"
+msgstr "Root"
+
+#: any.pm:561
#, c-format
msgid "Xen append"
msgstr ""
-#: any.pm:508
+#: any.pm:563
#, c-format
msgid "Requires password to boot"
msgstr ""
-#: any.pm:509 any.pm:643
-#, c-format
-msgid "Video mode"
-msgstr "የቪዲዮ አሰራር ዘዴ"
-
-#: any.pm:510
+#: any.pm:565
#, c-format
msgid "Initrd"
msgstr ""
-#: any.pm:511
+#: any.pm:566
#, fuzzy, c-format
msgid "Network profile"
msgstr "የተጠቃሚው እይታ"
-#: any.pm:519 diskdrake/interactive.pm:411
-#, c-format
-msgid "Label"
-msgstr "መለያ"
-
-#: any.pm:521 any.pm:640 harddrake/v4l.pm:438
+#: any.pm:577 any.pm:718 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "ቀዳሚ"
-#: any.pm:529
+#: any.pm:585
#, c-format
msgid "Empty label not allowed"
msgstr ""
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a kernel image"
msgstr ""
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a root partition"
msgstr ""
-#: any.pm:531
+#: any.pm:587
#, c-format
msgid "This label is already used"
msgstr ""
-#: any.pm:549
+#: any.pm:611
#, c-format
msgid "Which type of entry do you want to add?"
msgstr ""
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Linux"
msgstr "ሊኑክስ"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Other OS (Windows...)"
msgstr "ሌሎች የመጠቀሚያ ዜዴዎች (Windows...)"
-#: any.pm:597 any.pm:636
-#, fuzzy, c-format
-msgid "Bootloader Configuration"
-msgstr "የአጀማመር ዘይቤ ምርጫ"
-
-#: any.pm:598
+#: any.pm:672
#, 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:645
+#: any.pm:723
#, c-format
msgid "Do not touch ESP or MBR"
msgstr ""
-#: any.pm:647 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:458
+#: any.pm:725 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:460
#: diskdrake/interactive.pm:305 diskdrake/interactive.pm:391
#: diskdrake/interactive.pm:605 diskdrake/interactive.pm:820
#: diskdrake/interactive.pm:885 diskdrake/interactive.pm:1053
@@ -294,220 +304,220 @@ msgstr ""
msgid "Warning"
msgstr "ማስጠንቀቂያ"
-#: any.pm:648
+#: any.pm:726
#, c-format
msgid ""
"Not installing on ESP or MBR means that the installation is not bootable "
"unless chain loaded from another OS!"
msgstr ""
-#: any.pm:652
+#: any.pm:730
#, c-format
msgid "Probe Foreign OS"
msgstr ""
-#: any.pm:653
+#: any.pm:731
#, c-format
msgid ""
"If grub2 takes too long to install, you can use this option to skip "
"detecting other OSes and make it fast"
msgstr ""
-#: any.pm:909
+#: any.pm:987
#, c-format
msgid "access to X programs"
msgstr "የX ፕሮግራሞች ማሳያ"
-#: any.pm:910
+#: any.pm:988
#, c-format
msgid "access to rpm tools"
msgstr ""
-#: any.pm:911
+#: any.pm:989
#, c-format
msgid "allow \"su\""
msgstr "ፍቀድ \"su\""
-#: any.pm:912
+#: any.pm:990
#, c-format
msgid "access to administrative files"
msgstr ""
-#: any.pm:913
+#: any.pm:991
#, c-format
msgid "access to network tools"
msgstr ""
-#: any.pm:914
+#: any.pm:992
#, c-format
msgid "access to compilation tools"
msgstr ""
-#: any.pm:920
+#: any.pm:998
#, c-format
msgid "(already added %s)"
msgstr "(%s በፊት ተጨምሯል)"
-#: any.pm:926
+#: any.pm:1004
#, c-format
msgid "Please give a user name"
msgstr "እባክዎ የተጠቃሚ ስም ይስጡ"
-#: any.pm:927
+#: any.pm:1005
#, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
"cased letters, numbers, `-' and `_'"
msgstr ""
-#: any.pm:928
+#: any.pm:1006
#, c-format
msgid "The user name is too long"
msgstr "የተጠቃሚ ስሙ በጣም ረጅም ነው"
-#: any.pm:929
+#: any.pm:1007
#, c-format
msgid "This user name has already been added"
msgstr "ይህ የተጠቃሚ ስም በፊትም ነበር"
-#: any.pm:935 any.pm:973
+#: any.pm:1013 any.pm:1051
#, c-format
msgid "User ID"
msgstr "የተጠቃሚ መለያ ቁጥር"
-#: any.pm:935 any.pm:974
+#: any.pm:1013 any.pm:1052
#, c-format
msgid "Group ID"
msgstr "የብድን መለያ ቁጥር"
-#: any.pm:936
+#: any.pm:1014
#, fuzzy, c-format
msgid "%s must be a number"
msgstr "(%f በሰነድ-ስም ይተካል፤ %l በመስመር ቁጥር)"
-#: any.pm:937
+#: any.pm:1015
#, c-format
msgid "%s should be above 1000. Accept anyway?"
msgstr ""
-#: any.pm:941
+#: any.pm:1019
#, fuzzy, c-format
msgid "User management"
msgstr "የተጠቃሚ ስም"
-#: any.pm:947
+#: any.pm:1025
#, c-format
msgid "Enable guest account"
msgstr ""
-#: any.pm:949 authentication.pm:236
+#: any.pm:1027 authentication.pm:236
#, fuzzy, c-format
msgid "Set administrator (root) password"
msgstr "የroot ሚስጢራዊ ቃል ይምረጡ"
-#: any.pm:955
+#: any.pm:1033
#, fuzzy, c-format
msgid "Enter a user"
msgstr ""
"የተጠቃሚ ስም ያስገቡ\n"
"%s"
-#: any.pm:957
+#: any.pm:1035
#, c-format
msgid "Icon"
msgstr "ምልክት"
-#: any.pm:960
+#: any.pm:1038
#, c-format
msgid "Real name"
msgstr "እውነተኛ ስም"
-#: any.pm:967
+#: any.pm:1045
#, fuzzy, c-format
msgid "Login name"
msgstr "Name=ዝምብለህ ይግባ"
-#: any.pm:972
+#: any.pm:1050
#, c-format
msgid "Shell"
msgstr "ሼል"
-#: any.pm:976
+#: any.pm:1054
#, c-format
msgid "Extra Groups:"
msgstr ""
-#: any.pm:1026
+#: any.pm:1107
#, fuzzy, c-format
msgid "Please wait, adding media..."
msgstr "ሲያትም እባክዎ ይጠብቁ\n"
-#: any.pm:1078 security/l10n.pm:14
+#: any.pm:1159 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr ""
-#: any.pm:1079
+#: any.pm:1160
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
-#: any.pm:1080
+#: any.pm:1161
#, fuzzy, c-format
msgid "Use this feature"
msgstr "ይህንን ሁኔታ መጠቀም ይፈልጋሉ?"
-#: any.pm:1081
+#: any.pm:1162
#, c-format
msgid "Choose the default user:"
msgstr "ቀዳሚ ተጠቃሚ ይምረጡ:"
-#: any.pm:1082
+#: any.pm:1163
#, c-format
msgid "Choose the window manager to run:"
msgstr ""
-#: any.pm:1093 any.pm:1108 any.pm:1177
+#: any.pm:1174 any.pm:1189 any.pm:1258
#, c-format
msgid "Release Notes"
msgstr ""
-#: any.pm:1115 any.pm:1476 interactive/gtk.pm:820
+#: any.pm:1196 any.pm:1560 interactive/gtk.pm:820
#, c-format
msgid "Close"
msgstr "ዝጋ"
-#: any.pm:1163
+#: any.pm:1244
#, c-format
msgid "License agreement"
msgstr ""
-#: any.pm:1165 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
+#: any.pm:1246 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
#, c-format
msgid "Quit"
msgstr "ውጣ"
-#: any.pm:1172
+#: any.pm:1253
#, fuzzy, c-format
msgid "Do you accept this license ?"
msgstr "ሌላ አልዎት?"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Accept"
msgstr "ተቀበል"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Refuse"
msgstr "አትቀበል"
-#: any.pm:1199 any.pm:1262
+#: any.pm:1280 any.pm:1343
#, c-format
msgid "Please choose a language to use"
msgstr "እባክዎ መጠቀሚያ ቋንቋ ይምረጡ።"
-#: any.pm:1227
+#: any.pm:1308
#, c-format
msgid ""
"%s can support multiple languages. Select\n"
@@ -515,87 +525,87 @@ msgid ""
"when your installation is complete and you restart your system."
msgstr ""
-#: any.pm:1229 fs/partitioning_wizard.pm:194
+#: any.pm:1310 fs/partitioning_wizard.pm:194
#, c-format
msgid "Mageia"
msgstr ""
-#: any.pm:1230
+#: any.pm:1311
#, fuzzy, c-format
msgid "Multiple languages"
msgstr "ሁሉንም ቋንቋዎች"
-#: any.pm:1231
+#: any.pm:1312
#, c-format
msgid "Select Additional Languages"
msgstr ""
-#: any.pm:1240 any.pm:1271
+#: any.pm:1321 any.pm:1352
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr ""
-#: any.pm:1241
+#: any.pm:1322
#, c-format
msgid "All languages"
msgstr "ሁሉንም ቋንቋዎች"
-#: any.pm:1263
+#: any.pm:1344
#, fuzzy, c-format
msgid "Language choice"
msgstr "የመመሪያ ገጾች"
-#: any.pm:1317
+#: any.pm:1398
#, c-format
msgid "Country / Region"
msgstr "ሀገር / አካባቢ"
-#: any.pm:1318
+#: any.pm:1399
#, c-format
msgid "Please choose your country"
msgstr "እባክዎ ሀገሮን ይምረጡ።"
-#: any.pm:1320
+#: any.pm:1401
#, c-format
msgid "Here is the full list of available countries"
msgstr "እዚህ ያሉት ሀገሮች ሙሉ ዝርዝር ይገኛል"
-#: any.pm:1321
+#: any.pm:1402
#, fuzzy, c-format
msgid "Other Countries"
msgstr "ሌላ ምርጫዎች"
-#: any.pm:1321 interactive.pm:491 interactive/gtk.pm:444
+#: any.pm:1402 interactive.pm:491 interactive/gtk.pm:444
#, c-format
msgid "Advanced"
msgstr "ጠላቂ"
-#: any.pm:1327
+#: any.pm:1408
#, fuzzy, c-format
msgid "Input method:"
msgstr "የX ዘገባ የማስትገባት ዘዴ"
-#: any.pm:1330
+#: any.pm:1411
#, c-format
msgid "None"
msgstr "ምንም"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "No sharing"
msgstr "መጋራት የለም"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Allow all users"
msgstr "ለሁሉም ተጠቃሚዎች ፍቀድ"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Custom"
msgstr "ምርጫ"
-#: any.pm:1425
+#: any.pm:1509
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -605,86 +615,86 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: any.pm:1437
+#: any.pm:1521
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
-#: any.pm:1440
+#: any.pm:1524
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
-#: any.pm:1448
+#: any.pm:1532
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr ""
-#: any.pm:1476
+#: any.pm:1560
#, c-format
msgid "Launch userdrake"
msgstr "userdrake አስጀምር"
-#: any.pm:1478
+#: any.pm:1562
#, 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:1585
+#: any.pm:1669
#, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
"logout now."
msgstr ""
-#: any.pm:1589
+#: any.pm:1673
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Timezone"
msgstr "የሰአት ክልል"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Which is your timezone?"
msgstr "የሰአት ክልሎት የትኛው ነው?"
-#: any.pm:1647 any.pm:1649
+#: any.pm:1731 any.pm:1733
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr ""
-#: any.pm:1650
+#: any.pm:1734
#, c-format
msgid "What is the best time?"
msgstr ""
-#: any.pm:1654
+#: any.pm:1738
#, fuzzy, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "ለሀርድዌር ሰአት GMT ተመርጧል"
-#: any.pm:1655
+#: any.pm:1739
#, fuzzy, c-format
msgid "%s (hardware clock set to local time)"
msgstr "ለሀርድዌር ሰአት GMT ተመርጧል"
-#: any.pm:1657
+#: any.pm:1741
#, c-format
msgid "NTP Server"
msgstr "NTP ሰርቨር"
-#: any.pm:1658
+#: any.pm:1742
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr ""
@@ -1007,7 +1017,7 @@ msgid "Domain Admin Password"
msgstr "የዶሜን አስተዳዳሪ ሚስጢራዊ ቃል"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:1122
+#: bootloader.pm:1217
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1017,51 +1027,61 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:1287
+#: bootloader.pm:1386
#, c-format
msgid "LILO with text menu"
msgstr "LILO ከጽሁፍ መዘርዝር ጋር"
-#: bootloader.pm:1288
+#: bootloader.pm:1387
#, c-format
msgid "GRUB2 with graphical menu"
msgstr ""
-#: bootloader.pm:1289
+#: bootloader.pm:1388
#, c-format
msgid "GRUB2 with text menu"
msgstr "GRUB2 ከጽሁፍ መዘርዝር ጋር"
-#: bootloader.pm:1290
+#: bootloader.pm:1389
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB ከጽሁፍ መዘርዝር ጋር"
-#: bootloader.pm:1291
+#: bootloader.pm:1390
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:1378
+#: bootloader.pm:1391
+#, fuzzy, c-format
+msgid "rEFInd with graphical menu"
+msgstr "rEFInd ከጽሁፍ መዘርዝር ጋር"
+
+#: bootloader.pm:1392
+#, fuzzy, c-format
+msgid "U-Boot/Extlinux with text menu"
+msgstr "U-Boot/Extlinux ከጽሁፍ መዘርዝር ጋር"
+
+#: bootloader.pm:1480
#, c-format
msgid "not enough room in /boot"
msgstr "በ/boot ውስጥ በቂ ቦታ የለም"
-#: bootloader.pm:2393
+#: bootloader.pm:2610
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:2406
+#: bootloader.pm:2623
#, c-format
msgid ""
"The bootloader cannot be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:2407
+#: bootloader.pm:2624
#, c-format
msgid "Re-install Boot Loader"
msgstr "አስጀማሪውን እንደገና ይትከሉ"
@@ -1167,7 +1187,7 @@ msgstr "አስወግድ"
msgid "Done"
msgstr "ጨርሷል"
-#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:323
+#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:325
#: diskdrake/interactive.pm:246 diskdrake/interactive.pm:259
#: diskdrake/interactive.pm:460 diskdrake/interactive.pm:535
#: diskdrake/interactive.pm:553 diskdrake/interactive.pm:558
@@ -1176,7 +1196,7 @@ msgstr "ጨርሷል"
#: diskdrake/interactive.pm:1242 diskdrake/interactive.pm:1245
#: diskdrake/interactive.pm:1513 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:49
#: do_pkgs.pm:54 do_pkgs.pm:79 do_pkgs.pm:103 do_pkgs.pm:108 do_pkgs.pm:142
-#: fsedit.pm:266 interactive/http.pm:117 interactive/http.pm:118
+#: fsedit.pm:264 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:94 scanner.pm:105 scanner.pm:112
#: scanner.pm:119 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
@@ -1257,7 +1277,7 @@ msgstr "ቀጥል"
msgid "Help"
msgstr "እርዳታ"
-#: diskdrake/hd_gtk.pm:257
+#: diskdrake/hd_gtk.pm:259
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1265,78 +1285,78 @@ msgid ""
"(click on it, then click on \"Resize\")"
msgstr ""
-#: diskdrake/hd_gtk.pm:259
+#: diskdrake/hd_gtk.pm:261
#, c-format
msgid "Please click on a partition"
msgstr "እባክዎ ክፋዩ ላይ ይጫኑ"
-#: diskdrake/hd_gtk.pm:273 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:275 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "ዝርዝሮች"
-#: diskdrake/hd_gtk.pm:323
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "No hard disk drives found"
msgstr "ቋሚ ዲስኮችን አልተገኙም"
-#: diskdrake/hd_gtk.pm:362
+#: diskdrake/hd_gtk.pm:364
#, c-format
msgid "Unknown"
msgstr "ያልታወቀ"
-#: diskdrake/hd_gtk.pm:429
+#: diskdrake/hd_gtk.pm:431
#, fuzzy, c-format
msgid "Ext4"
msgstr "ውጣ"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, fuzzy, c-format
msgid "XFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Swap"
msgstr "Swap"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Windows"
msgstr "Windows"
-#: diskdrake/hd_gtk.pm:430 fs/partitioning_wizard.pm:437 services.pm:201
+#: diskdrake/hd_gtk.pm:432 fs/partitioning_wizard.pm:437 services.pm:201
#, c-format
msgid "Other"
msgstr "ሌላ"
-#: diskdrake/hd_gtk.pm:430 diskdrake/interactive.pm:1397
+#: diskdrake/hd_gtk.pm:432 diskdrake/interactive.pm:1397
#: fs/partitioning_wizard.pm:437
#, c-format
msgid "Empty"
msgstr "ባዶ"
-#: diskdrake/hd_gtk.pm:437
+#: diskdrake/hd_gtk.pm:439
#, c-format
msgid "Filesystem types:"
msgstr "የፋይል ሲስተም አይነቶች:"
-#: diskdrake/hd_gtk.pm:458
+#: diskdrake/hd_gtk.pm:460
#, fuzzy, c-format
msgid "This partition is already empty"
msgstr "ይዚህ ክፋይ መጠነ ተስተካካይ አይደለም"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``Unmount'' first"
msgstr "በመጀመሪያ “Unmount”ን ይጠቀሙ"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, fuzzy, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr "በዚህ ፈንታ “%s”ን ይጠቀሙ"
-#: diskdrake/hd_gtk.pm:467 diskdrake/interactive.pm:409
+#: diskdrake/hd_gtk.pm:469 diskdrake/interactive.pm:409
#: diskdrake/interactive.pm:644 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
@@ -2212,7 +2232,7 @@ msgstr ""
msgid "Installing packages..."
msgstr "ጥቅሎችን በመትከል ላይ..."
-#: do_pkgs.pm:387 pkgs.pm:293
+#: do_pkgs.pm:388 pkgs.pm:293
#, c-format
msgid "Removing packages..."
msgstr "ጥቅሎችን በማስወገድ ላይ..."
@@ -2229,7 +2249,7 @@ msgstr ""
msgid "You must have a ESP FAT32 partition mounted in /boot/EFI"
msgstr ""
-#: fs/any.pm:81 fs/partitioning_wizard.pm:82
+#: fs/any.pm:83 fs/partitioning_wizard.pm:82
#, c-format
msgid ""
"You must have a BIOS boot partition for non-UEFI GPT-partitioned disks. "
@@ -2281,7 +2301,7 @@ msgstr ""
msgid "Checking %s"
msgstr "%sን በማጣራት ላይ"
-#: fs/mount.pm:126 partition_table.pm:399
+#: fs/mount.pm:126 partition_table.pm:456
#, c-format
msgid "error unmounting %s: %s"
msgstr "%sን የመንቀል ስህተት: %s"
@@ -2563,7 +2583,7 @@ msgid ""
"to use?"
msgstr ""
-#: fs/partitioning_wizard.pm:271 fsedit.pm:638
+#: fs/partitioning_wizard.pm:271 fsedit.pm:641
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
@@ -2610,17 +2630,17 @@ msgstr ""
msgid "Partitioning failed: %s"
msgstr "መከፋፈል አልተሳካም: %s"
-#: fs/type.pm:382
+#: fs/type.pm:383
#, c-format
msgid "You cannot use JFS for partitions smaller than 16MB"
msgstr ""
-#: fs/type.pm:383
+#: fs/type.pm:384
#, c-format
msgid "You cannot use ReiserFS for partitions smaller than 32MB"
msgstr ""
-#: fs/type.pm:384
+#: fs/type.pm:385
#, c-format
msgid "You cannot use btrfs for partitions smaller than 256MB"
msgstr ""
@@ -2640,12 +2660,12 @@ msgstr "ከ/usr ጋር"
msgid "server"
msgstr "ሰርቨር"
-#: fsedit.pm:157
+#: fsedit.pm:155
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""
-#: fsedit.pm:267
+#: fsedit.pm:265
#, c-format
msgid ""
"I cannot read the partition table of device %s, it's too corrupted for me :"
@@ -2657,22 +2677,22 @@ msgid ""
"Do you agree to lose all the partitions?\n"
msgstr ""
-#: fsedit.pm:450
+#: fsedit.pm:448
#, c-format
msgid "Mount points must begin with a leading /"
msgstr ""
-#: fsedit.pm:451
+#: fsedit.pm:449
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr ""
-#: fsedit.pm:452
+#: fsedit.pm:450
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr ""
-#: fsedit.pm:455
+#: fsedit.pm:453
#, c-format
msgid ""
"You've selected an encrypted partition as root (/).\n"
@@ -2680,17 +2700,17 @@ msgid ""
"Please be sure to add a separate /boot partition"
msgstr ""
-#: fsedit.pm:461 fsedit.pm:472
+#: fsedit.pm:459 fsedit.pm:470
#, c-format
msgid "You cannot use an encrypted filesystem for mount point %s"
msgstr ""
-#: fsedit.pm:464 fsedit.pm:466
+#: fsedit.pm:462 fsedit.pm:464
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr ""
-#: fsedit.pm:468 fsedit.pm:470
+#: fsedit.pm:466 fsedit.pm:468
#, c-format
msgid ""
"You need a true filesystem (ext2/3/4, reiserfs, xfs, or jfs) for this mount "
@@ -4808,12 +4828,12 @@ msgstr ""
msgid "Password seems secure"
msgstr "ሚስጥር-ቃል ያስፈልጋል"
-#: partition_table.pm:405
+#: partition_table.pm:462
#, fuzzy, c-format
msgid "mount failed: "
msgstr "%s አልተገኘም"
-#: partition_table.pm:531
+#: partition_table.pm:632
#, c-format
msgid ""
"You have a hole in your partition table but I cannot use it.\n"
@@ -4872,7 +4892,7 @@ msgstr ""
msgid "Cannot add a partition to _formatted_ RAID %s"
msgstr ""
-#: raid.pm:200
+#: raid.pm:201
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr ""
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index f37bc66b2..2499c6849 100644
--- a/perl-install/share/po/ar.po
+++ b/perl-install/share/po/ar.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
-"POT-Creation-Date: 2016-12-12 23:00+0100\n"
+"POT-Creation-Date: 2018-11-03 11:40+0000\n"
"PO-Revision-Date: 2016-02-09 07:19+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Arabic (http://www.transifex.com/MageiaLinux/mageia/language/"
@@ -17,11 +17,11 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-#: any.pm:263 any.pm:1026 diskdrake/interactive.pm:650
+#: any.pm:263 any.pm:695 any.pm:1107 diskdrake/interactive.pm:650
#: diskdrake/interactive.pm:874 diskdrake/interactive.pm:936
#: diskdrake/interactive.pm:1028 diskdrake/interactive.pm:1055
#: diskdrake/interactive.pm:1286 diskdrake/interactive.pm:1344 do_pkgs.pm:342
-#: do_pkgs.pm:387 interactive.pm:712 pkgs.pm:293
+#: do_pkgs.pm:388 interactive.pm:712 pkgs.pm:293
#, c-format
msgid "Please wait"
msgstr "الرجاء الانتظار"
@@ -167,7 +167,7 @@ msgstr ""
msgid "Security"
msgstr "الأمن"
-#: any.pm:428 any.pm:950 any.pm:969 authentication.pm:249
+#: any.pm:428 any.pm:1028 any.pm:1047 authentication.pm:249
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
@@ -188,102 +188,112 @@ msgstr "الرجاء المحاولة مجدداً"
msgid "You cannot use a password with %s"
msgstr ""
-#: any.pm:437 any.pm:953 any.pm:971 authentication.pm:250
+#: any.pm:437 any.pm:1031 any.pm:1049 authentication.pm:250
#, c-format
msgid "Password (again)"
msgstr "كلمة المرور (مجدداً)"
-#: any.pm:502
+#: any.pm:504 any.pm:671 any.pm:714
#, c-format
-msgid "Image"
-msgstr "صورة"
+msgid "Bootloader Configuration"
+msgstr ""
-#: any.pm:503 any.pm:515
+#: any.pm:508
#, c-format
-msgid "Root"
-msgstr "الجذر"
+msgid "Install or update rEFInd in the EFI system partition"
+msgstr ""
+
+#: any.pm:510
+#, c-format
+msgid "Install in /EFI/BOOT (workaround for some BIOSs)"
+msgstr ""
+
+#: any.pm:550 any.pm:575 diskdrake/interactive.pm:411
+#, c-format
+msgid "Label"
+msgstr "تسمية"
-#: any.pm:504 any.pm:642
+#: any.pm:551 any.pm:559 any.pm:720
#, c-format
msgid "Append"
msgstr "إلحاق"
-#: any.pm:506
+#: any.pm:552 any.pm:564 any.pm:721
+#, c-format
+msgid "Video mode"
+msgstr "وضعية الفيديو"
+
+#: any.pm:557
+#, c-format
+msgid "Image"
+msgstr "صورة"
+
+#: any.pm:558 any.pm:570
+#, c-format
+msgid "Root"
+msgstr "الجذر"
+
+#: any.pm:561
#, c-format
msgid "Xen append"
msgstr ""
-#: any.pm:508
+#: any.pm:563
#, c-format
msgid "Requires password to boot"
msgstr ""
-#: any.pm:509 any.pm:643
-#, c-format
-msgid "Video mode"
-msgstr "وضعية الفيديو"
-
-#: any.pm:510
+#: any.pm:565
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:511
+#: any.pm:566
#, c-format
msgid "Network profile"
msgstr "سجلّ إعداد الشبكة "
-#: any.pm:519 diskdrake/interactive.pm:411
-#, c-format
-msgid "Label"
-msgstr "تسمية"
-
-#: any.pm:521 any.pm:640 harddrake/v4l.pm:438
+#: any.pm:577 any.pm:718 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "افتراضي"
-#: any.pm:529
+#: any.pm:585
#, c-format
msgid "Empty label not allowed"
msgstr "لا يُسمح بالتسميات الفارغة"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a kernel image"
msgstr "يجب تحديد صورة النواة"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a root partition"
msgstr "يجب تحديد تجزيء جذر"
-#: any.pm:531
+#: any.pm:587
#, c-format
msgid "This label is already used"
msgstr "هذه التسمية مستخدمة مسبقا"
-#: any.pm:549
+#: any.pm:611
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "ما نوع المدخل المُراد إضافته؟"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Linux"
msgstr "لينكس"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Other OS (Windows...)"
msgstr "نظام تشغيل آخر (ويندوز...)"
-#: any.pm:597 any.pm:636
-#, c-format
-msgid "Bootloader Configuration"
-msgstr ""
-
-#: any.pm:598
+#: any.pm:672
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -292,12 +302,12 @@ msgstr ""
"هذه هي المدخلات المختلفة في قائمة الإقلاع حتى الآن.\n"
"يمكنك إضافة مدخلات أخرى أو تغيير الموجودة."
-#: any.pm:645
+#: any.pm:723
#, c-format
msgid "Do not touch ESP or MBR"
msgstr ""
-#: any.pm:647 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:458
+#: any.pm:725 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:460
#: diskdrake/interactive.pm:305 diskdrake/interactive.pm:391
#: diskdrake/interactive.pm:605 diskdrake/interactive.pm:820
#: diskdrake/interactive.pm:885 diskdrake/interactive.pm:1053
@@ -309,218 +319,218 @@ msgstr ""
msgid "Warning"
msgstr "تحذير"
-#: any.pm:648
+#: any.pm:726
#, c-format
msgid ""
"Not installing on ESP or MBR means that the installation is not bootable "
"unless chain loaded from another OS!"
msgstr ""
-#: any.pm:652
+#: any.pm:730
#, c-format
msgid "Probe Foreign OS"
msgstr ""
-#: any.pm:653
+#: any.pm:731
#, c-format
msgid ""
"If grub2 takes too long to install, you can use this option to skip "
"detecting other OSes and make it fast"
msgstr ""
-#: any.pm:909
+#: any.pm:987
#, c-format
msgid "access to X programs"
msgstr "الوصول إلى برامج X"
-#: any.pm:910
+#: any.pm:988
#, c-format
msgid "access to rpm tools"
msgstr "الوصول إلى أدوات rpm"
-#: any.pm:911
+#: any.pm:989
#, c-format
msgid "allow \"su\""
msgstr "السماح بـ\"su\""
-#: any.pm:912
+#: any.pm:990
#, c-format
msgid "access to administrative files"
msgstr "الوصول إلى ملفات الإدارة"
-#: any.pm:913
+#: any.pm:991
#, c-format
msgid "access to network tools"
msgstr "الوصول إلى أدوات الشبكة"
-#: any.pm:914
+#: any.pm:992
#, c-format
msgid "access to compilation tools"
msgstr "الوصول إلى أدوات التجميع"
-#: any.pm:920
+#: any.pm:998
#, c-format
msgid "(already added %s)"
msgstr "(تمت إضافة %s مسبقا)"
-#: any.pm:926
+#: any.pm:1004
#, c-format
msgid "Please give a user name"
msgstr "الرجاء إعطاء اسم مستخدم"
-#: any.pm:927
+#: any.pm:1005
#, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
"cased letters, numbers, `-' and `_'"
msgstr ""
-#: any.pm:928
+#: any.pm:1006
#, c-format
msgid "The user name is too long"
msgstr "اسم المستخدم طويل جداً"
-#: any.pm:929
+#: any.pm:1007
#, c-format
msgid "This user name has already been added"
msgstr "اسم المستخدم مُضاف مسبقا"
-#: any.pm:935 any.pm:973
+#: any.pm:1013 any.pm:1051
#, c-format
msgid "User ID"
msgstr "هوية المستخدم"
-#: any.pm:935 any.pm:974
+#: any.pm:1013 any.pm:1052
#, c-format
msgid "Group ID"
msgstr "هوية المجموعة"
-#: any.pm:936
+#: any.pm:1014
#, c-format
msgid "%s must be a number"
msgstr ""
-#: any.pm:937
+#: any.pm:1015
#, c-format
msgid "%s should be above 1000. Accept anyway?"
msgstr ""
-#: any.pm:941
+#: any.pm:1019
#, c-format
msgid "User management"
msgstr ""
-#: any.pm:947
+#: any.pm:1025
#, c-format
msgid "Enable guest account"
msgstr ""
-#: any.pm:949 authentication.pm:236
+#: any.pm:1027 authentication.pm:236
#, c-format
msgid "Set administrator (root) password"
msgstr "ضع كلمة مرور المستخدم الجذر"
-#: any.pm:955
+#: any.pm:1033
#, c-format
msgid "Enter a user"
msgstr ""
-#: any.pm:957
+#: any.pm:1035
#, c-format
msgid "Icon"
msgstr "أيقونة"
-#: any.pm:960
+#: any.pm:1038
#, c-format
msgid "Real name"
msgstr "الاسم الحقيقي"
-#: any.pm:967
+#: any.pm:1045
#, c-format
msgid "Login name"
msgstr "اسم الدخول"
-#: any.pm:972
+#: any.pm:1050
#, c-format
msgid "Shell"
msgstr "الصدفة"
-#: any.pm:976
+#: any.pm:1054
#, c-format
msgid "Extra Groups:"
msgstr ""
-#: any.pm:1026
+#: any.pm:1107
#, c-format
msgid "Please wait, adding media..."
msgstr "انتظر من فضلك، جاري إضافة الوسائط..."
-#: any.pm:1078 security/l10n.pm:14
+#: any.pm:1159 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "تسجيل دخول آلي"
-#: any.pm:1079
+#: any.pm:1160
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr "يمكن إعداد جهازك لتسجيل الدخول آلياً لمستخدم معين."
-#: any.pm:1080
+#: any.pm:1161
#, c-format
msgid "Use this feature"
msgstr ""
-#: any.pm:1081
+#: any.pm:1162
#, c-format
msgid "Choose the default user:"
msgstr "اختيار المستخدم الافتراضي:"
-#: any.pm:1082
+#: any.pm:1163
#, c-format
msgid "Choose the window manager to run:"
msgstr "اختيار مدير النوافذ الذي سيتم تشغيله:"
-#: any.pm:1093 any.pm:1108 any.pm:1177
+#: any.pm:1174 any.pm:1189 any.pm:1258
#, c-format
msgid "Release Notes"
msgstr "ملاحظات الإصدار"
-#: any.pm:1115 any.pm:1476 interactive/gtk.pm:820
+#: any.pm:1196 any.pm:1560 interactive/gtk.pm:820
#, c-format
msgid "Close"
msgstr "إغلاق"
-#: any.pm:1163
+#: any.pm:1244
#, c-format
msgid "License agreement"
msgstr "اتفاقية الترخيص"
-#: any.pm:1165 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
+#: any.pm:1246 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
#, c-format
msgid "Quit"
msgstr "خروج"
-#: any.pm:1172
+#: any.pm:1253
#, c-format
msgid "Do you accept this license ?"
msgstr ""
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Accept"
msgstr "قبول"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Refuse"
msgstr "رفض"
-#: any.pm:1199 any.pm:1262
+#: any.pm:1280 any.pm:1343
#, c-format
msgid "Please choose a language to use"
msgstr "الرجاء اختيار لغة لاستخدامها"
-#: any.pm:1227
+#: any.pm:1308
#, c-format
msgid ""
"%s can support multiple languages. Select\n"
@@ -528,87 +538,87 @@ msgid ""
"when your installation is complete and you restart your system."
msgstr ""
-#: any.pm:1229 fs/partitioning_wizard.pm:194
+#: any.pm:1310 fs/partitioning_wizard.pm:194
#, c-format
msgid "Mageia"
msgstr "ماجيّا"
-#: any.pm:1230
+#: any.pm:1311
#, c-format
msgid "Multiple languages"
msgstr ""
-#: any.pm:1231
+#: any.pm:1312
#, c-format
msgid "Select Additional Languages"
msgstr ""
-#: any.pm:1240 any.pm:1271
+#: any.pm:1321 any.pm:1352
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr ""
-#: any.pm:1241
+#: any.pm:1322
#, c-format
msgid "All languages"
msgstr "كل اللغات"
-#: any.pm:1263
+#: any.pm:1344
#, c-format
msgid "Language choice"
msgstr "خيار اللغة"
-#: any.pm:1317
+#: any.pm:1398
#, c-format
msgid "Country / Region"
msgstr "الدولة / الإقليم"
-#: any.pm:1318
+#: any.pm:1399
#, c-format
msgid "Please choose your country"
msgstr "الرجاء اختيار الدولة"
-#: any.pm:1320
+#: any.pm:1401
#, c-format
msgid "Here is the full list of available countries"
msgstr "هذه قائمة كاملة بكل الدول المتوفرة"
-#: any.pm:1321
+#: any.pm:1402
#, c-format
msgid "Other Countries"
msgstr "دول أخرى"
-#: any.pm:1321 interactive.pm:491 interactive/gtk.pm:444
+#: any.pm:1402 interactive.pm:491 interactive/gtk.pm:444
#, c-format
msgid "Advanced"
msgstr "متقدم"
-#: any.pm:1327
+#: any.pm:1408
#, c-format
msgid "Input method:"
msgstr "طريقة الإدخال:"
-#: any.pm:1330
+#: any.pm:1411
#, c-format
msgid "None"
msgstr "لاشيء"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "No sharing"
msgstr "لا مشاركة"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Allow all users"
msgstr "السماح لكل المستخدمين"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Custom"
msgstr "مخصّص"
-#: any.pm:1425
+#: any.pm:1509
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -623,14 +633,14 @@ msgstr ""
"\n"
"\"مخصص\" يسمح لك بعمل إعدادات خاص لكل مستخدم.\n"
-#: any.pm:1437
+#: any.pm:1521
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr "NFS: نظام تقسيم ملفّات يونكس التّقليدي، بدعم أقلّ على ماك و ويندوز."
-#: any.pm:1440
+#: any.pm:1524
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
@@ -639,18 +649,18 @@ msgstr ""
"SMB: نظام تقسيم ملفّات مستعمل من قبل ويندوز، ماك OS X و العديد من أنظمة لينكس "
"الحديثة."
-#: any.pm:1448
+#: any.pm:1532
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr "يمكنك التّصدير باستعمال NFS أو SMB. الرجاء اختيار أيّهما تريد استعماله."
-#: any.pm:1476
+#: any.pm:1560
#, c-format
msgid "Launch userdrake"
msgstr "تشغيل userdrake"
-#: any.pm:1478
+#: any.pm:1562
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
@@ -659,54 +669,54 @@ msgstr ""
"المشاركة لكل مستخدم تستخدم المجموعة \"fileshare\".\n"
"يمكنك أن تستخدم userdrake لإضافة مستخدم في هذه المجموعة."
-#: any.pm:1585
+#: any.pm:1669
#, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
"logout now."
msgstr ""
-#: any.pm:1589
+#: any.pm:1673
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr "تحتاج أن تقوم بالخروج والعودة مجدّداً حتى يسري مفعول التّغييرات"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Timezone"
msgstr "المنطقة الزمنية"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Which is your timezone?"
msgstr "ما هي منطقتك الزمنية؟"
-#: any.pm:1647 any.pm:1649
+#: any.pm:1731 any.pm:1733
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr "إعدادات التاريخ ، الساعة و المنطقة الزمنية"
-#: any.pm:1650
+#: any.pm:1734
#, c-format
msgid "What is the best time?"
msgstr ""
-#: any.pm:1654
+#: any.pm:1738
#, c-format
msgid "%s (hardware clock set to UTC)"
msgstr ""
-#: any.pm:1655
+#: any.pm:1739
#, c-format
msgid "%s (hardware clock set to local time)"
msgstr ""
-#: any.pm:1657
+#: any.pm:1741
#, c-format
msgid "NTP Server"
msgstr "خادم NTP"
-#: any.pm:1658
+#: any.pm:1742
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "تزامن وقت آلي (باستخدام NTP)"
@@ -1035,7 +1045,7 @@ msgid "Domain Admin Password"
msgstr "كلمة المرور لمدير النطاق"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:1122
+#: bootloader.pm:1217
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1050,44 +1060,54 @@ msgstr ""
"wait for default boot.\n"
"\n"
-#: bootloader.pm:1287
+#: bootloader.pm:1386
#, c-format
msgid "LILO with text menu"
msgstr "LILO مع قائمة نصية"
-#: bootloader.pm:1288
+#: bootloader.pm:1387
#, c-format
msgid "GRUB2 with graphical menu"
msgstr ""
-#: bootloader.pm:1289
+#: bootloader.pm:1388
#, c-format
msgid "GRUB2 with text menu"
msgstr "GRUB2 مع قائمة نصية"
-#: bootloader.pm:1290
+#: bootloader.pm:1389
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:1291
+#: bootloader.pm:1390
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB مع قائمة نصية"
-#: bootloader.pm:1378
+#: bootloader.pm:1391
+#, c-format
+msgid "rEFInd with graphical menu"
+msgstr ""
+
+#: bootloader.pm:1392
+#, fuzzy, c-format
+msgid "U-Boot/Extlinux with text menu"
+msgstr "U-Boot/Extlinux مع قائمة نصية"
+
+#: bootloader.pm:1480
#, c-format
msgid "not enough room in /boot"
msgstr "لا توجد مساحة كافية في /boot"
-#: bootloader.pm:2393
+#: bootloader.pm:2610
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr "تهيئة محمّل الإقلاع يجب أن يحدّث لأنّ التجزيء تمّ إعادة ترقيمه"
-#: bootloader.pm:2406
+#: bootloader.pm:2623
#, c-format
msgid ""
"The bootloader cannot be installed correctly. You have to boot rescue and "
@@ -1096,7 +1116,7 @@ msgstr ""
"لا يمكن تثبيت محمّل الإقلاع بشكل صحيح. يجب أن تقوم بإقلاع الإنقاذ وتختار \"%s"
"\""
-#: bootloader.pm:2407
+#: bootloader.pm:2624
#, c-format
msgid "Re-install Boot Loader"
msgstr "إعادة تثبيت مُحمِّل الإقلاع"
@@ -1206,7 +1226,7 @@ msgstr "حذف"
msgid "Done"
msgstr "تم"
-#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:323
+#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:325
#: diskdrake/interactive.pm:246 diskdrake/interactive.pm:259
#: diskdrake/interactive.pm:460 diskdrake/interactive.pm:535
#: diskdrake/interactive.pm:553 diskdrake/interactive.pm:558
@@ -1215,7 +1235,7 @@ msgstr "تم"
#: diskdrake/interactive.pm:1242 diskdrake/interactive.pm:1245
#: diskdrake/interactive.pm:1513 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:49
#: do_pkgs.pm:54 do_pkgs.pm:79 do_pkgs.pm:103 do_pkgs.pm:108 do_pkgs.pm:142
-#: fsedit.pm:266 interactive/http.pm:117 interactive/http.pm:118
+#: fsedit.pm:264 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:94 scanner.pm:105 scanner.pm:112
#: scanner.pm:119 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
@@ -1296,7 +1316,7 @@ msgstr "استمرار"
msgid "Help"
msgstr "مساعدة"
-#: diskdrake/hd_gtk.pm:257
+#: diskdrake/hd_gtk.pm:259
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1307,78 +1327,78 @@ msgstr ""
"أقترح أن تغيّر حجم هذا التجزيء\n"
"(اضغط عليه ثم اختر \"تغيير الحجم\")"
-#: diskdrake/hd_gtk.pm:259
+#: diskdrake/hd_gtk.pm:261
#, c-format
msgid "Please click on a partition"
msgstr "الرجاء الضغط على تجزيء"
-#: diskdrake/hd_gtk.pm:273 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:275 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "تفاصيل"
-#: diskdrake/hd_gtk.pm:323
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "No hard disk drives found"
msgstr "تعذّر العثور على أقراص صلبة"
-#: diskdrake/hd_gtk.pm:362
+#: diskdrake/hd_gtk.pm:364
#, c-format
msgid "Unknown"
msgstr "مجهول"
-#: diskdrake/hd_gtk.pm:429
+#: diskdrake/hd_gtk.pm:431
#, c-format
msgid "Ext4"
msgstr ""
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "XFS"
msgstr ""
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Swap"
msgstr "Swap"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Windows"
msgstr "ويندوز"
-#: diskdrake/hd_gtk.pm:430 fs/partitioning_wizard.pm:437 services.pm:201
+#: diskdrake/hd_gtk.pm:432 fs/partitioning_wizard.pm:437 services.pm:201
#, c-format
msgid "Other"
msgstr "أخرى"
-#: diskdrake/hd_gtk.pm:430 diskdrake/interactive.pm:1397
+#: diskdrake/hd_gtk.pm:432 diskdrake/interactive.pm:1397
#: fs/partitioning_wizard.pm:437
#, c-format
msgid "Empty"
msgstr "فارغ"
-#: diskdrake/hd_gtk.pm:437
+#: diskdrake/hd_gtk.pm:439
#, c-format
msgid "Filesystem types:"
msgstr "أنواع أنظمة الملفات:"
-#: diskdrake/hd_gtk.pm:458
+#: diskdrake/hd_gtk.pm:460
#, c-format
msgid "This partition is already empty"
msgstr ""
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``Unmount'' first"
msgstr "استخدام ``الفكّ'' أولا"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr ""
-#: diskdrake/hd_gtk.pm:467 diskdrake/interactive.pm:409
+#: diskdrake/hd_gtk.pm:469 diskdrake/interactive.pm:409
#: diskdrake/interactive.pm:644 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
@@ -2274,7 +2294,7 @@ msgstr "يجب تثبيت الحزم التالية:\n"
msgid "Installing packages..."
msgstr "جاري تركيب الحزم..."
-#: do_pkgs.pm:387 pkgs.pm:293
+#: do_pkgs.pm:388 pkgs.pm:293
#, c-format
msgid "Removing packages..."
msgstr "حذف الحزم..."
@@ -2293,7 +2313,7 @@ msgstr ""
msgid "You must have a ESP FAT32 partition mounted in /boot/EFI"
msgstr "لديك تجزيء ESP FAT32 تم تحميلها على /boot/EFI"
-#: fs/any.pm:81 fs/partitioning_wizard.pm:82
+#: fs/any.pm:83 fs/partitioning_wizard.pm:82
#, c-format
msgid ""
"You must have a BIOS boot partition for non-UEFI GPT-partitioned disks. "
@@ -2345,7 +2365,7 @@ msgstr "فشل تركيب التجزيء %s في الدليل %s"
msgid "Checking %s"
msgstr "جاري التأكد من %s"
-#: fs/mount.pm:126 partition_table.pm:399
+#: fs/mount.pm:126 partition_table.pm:456
#, c-format
msgid "error unmounting %s: %s"
msgstr "خطأ في فكّ %s: %s"
@@ -2658,7 +2678,7 @@ msgid ""
"to use?"
msgstr ""
-#: fs/partitioning_wizard.pm:271 fsedit.pm:638
+#: fs/partitioning_wizard.pm:271 fsedit.pm:641
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "كل التجزيئات و بياناتها ستضيع من على السواقة %s"
@@ -2707,17 +2727,17 @@ msgstr ""
msgid "Partitioning failed: %s"
msgstr "فشلت التجزئة: %s"
-#: fs/type.pm:382
+#: fs/type.pm:383
#, c-format
msgid "You cannot use JFS for partitions smaller than 16MB"
msgstr "لا يمكنك استخدام JFS للتجزئات أصغر من 16 ميغابايت"
-#: fs/type.pm:383
+#: fs/type.pm:384
#, c-format
msgid "You cannot use ReiserFS for partitions smaller than 32MB"
msgstr "لا يمكنك استخدام ReiserFS للتجزئات أصغر من 32 ميغابايت"
-#: fs/type.pm:384
+#: fs/type.pm:385
#, c-format
msgid "You cannot use btrfs for partitions smaller than 256MB"
msgstr ""
@@ -2737,12 +2757,12 @@ msgstr "مع /usr"
msgid "server"
msgstr "خادم"
-#: fsedit.pm:157
+#: fsedit.pm:155
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""
-#: fsedit.pm:267
+#: fsedit.pm:265
#, c-format
msgid ""
"I cannot read the partition table of device %s, it's too corrupted for me :"
@@ -2760,22 +2780,22 @@ msgstr ""
"\n"
"هل أنت موافق على خسارة كل التجزيئات؟\n"
-#: fsedit.pm:450
+#: fsedit.pm:448
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "يجب أن تبدأ أماكن التركيب بالعلامة /"
-#: fsedit.pm:451
+#: fsedit.pm:449
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr "أماكن التركيب يجب أن تحتوي فقط على الحروف و/أو الآرقام"
-#: fsedit.pm:452
+#: fsedit.pm:450
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "هناك تجزيء مع مكان التركيب %s مسبقاً\n"
-#: fsedit.pm:455
+#: fsedit.pm:453
#, c-format
msgid ""
"You've selected an encrypted partition as root (/).\n"
@@ -2783,17 +2803,17 @@ msgid ""
"Please be sure to add a separate /boot partition"
msgstr ""
-#: fsedit.pm:461 fsedit.pm:472
+#: fsedit.pm:459 fsedit.pm:470
#, c-format
msgid "You cannot use an encrypted filesystem for mount point %s"
msgstr ""
-#: fsedit.pm:464 fsedit.pm:466
+#: fsedit.pm:462 fsedit.pm:464
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "هذا الدليل يجب أن يكون في نظام الملفات الجذري"
-#: fsedit.pm:468 fsedit.pm:470
+#: fsedit.pm:466 fsedit.pm:468
#, c-format
msgid ""
"You need a true filesystem (ext2/3/4, reiserfs, xfs, or jfs) for this mount "
@@ -4942,12 +4962,12 @@ msgstr ""
msgid "Password seems secure"
msgstr ""
-#: partition_table.pm:405
+#: partition_table.pm:462
#, c-format
msgid "mount failed: "
msgstr "فشل التركيب: "
-#: partition_table.pm:531
+#: partition_table.pm:632
#, c-format
msgid ""
"You have a hole in your partition table but I cannot use it.\n"
@@ -5012,7 +5032,7 @@ msgstr ""
msgid "Cannot add a partition to _formatted_ RAID %s"
msgstr "لا أستطيع إضافة تجزيء للـRAID _المنسّق_ %s"
-#: raid.pm:200
+#: raid.pm:201
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "التجزيئات ليست كافية لمستوى RAID %d\n"
diff --git a/perl-install/share/po/ast.po b/perl-install/share/po/ast.po
index 17b7935bb..f8acc1257 100644
--- a/perl-install/share/po/ast.po
+++ b/perl-install/share/po/ast.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
-"POT-Creation-Date: 2016-12-12 23:00+0100\n"
+"POT-Creation-Date: 2018-11-03 11:40+0000\n"
"PO-Revision-Date: 2016-02-09 07:19+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Asturian (http://www.transifex.com/MageiaLinux/mageia/"
@@ -19,11 +19,11 @@ msgstr ""
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: any.pm:263 any.pm:1026 diskdrake/interactive.pm:650
+#: any.pm:263 any.pm:695 any.pm:1107 diskdrake/interactive.pm:650
#: diskdrake/interactive.pm:874 diskdrake/interactive.pm:936
#: diskdrake/interactive.pm:1028 diskdrake/interactive.pm:1055
#: diskdrake/interactive.pm:1286 diskdrake/interactive.pm:1344 do_pkgs.pm:342
-#: do_pkgs.pm:387 interactive.pm:712 pkgs.pm:293
+#: do_pkgs.pm:388 interactive.pm:712 pkgs.pm:293
#, c-format
msgid "Please wait"
msgstr "Por favor, espera"
@@ -171,7 +171,7 @@ msgstr "Habilitar APIC llocal"
msgid "Security"
msgstr "Seguranza"
-#: any.pm:428 any.pm:950 any.pm:969 authentication.pm:249
+#: any.pm:428 any.pm:1028 any.pm:1047 authentication.pm:249
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
@@ -192,102 +192,112 @@ msgstr "Por favor, inténtalo de nueves"
msgid "You cannot use a password with %s"
msgstr "Nun pues usar una contraseña con %s"
-#: any.pm:437 any.pm:953 any.pm:971 authentication.pm:250
+#: any.pm:437 any.pm:1031 any.pm:1049 authentication.pm:250
#, c-format
msgid "Password (again)"
msgstr "Contraseña (de nueves)"
-#: any.pm:502
+#: any.pm:504 any.pm:671 any.pm:714
#, c-format
-msgid "Image"
-msgstr "Imaxe"
+msgid "Bootloader Configuration"
+msgstr "Configuración del cargador d'arranque"
-#: any.pm:503 any.pm:515
+#: any.pm:508
#, c-format
-msgid "Root"
-msgstr "Root"
+msgid "Install or update rEFInd in the EFI system partition"
+msgstr ""
-#: any.pm:504 any.pm:642
+#: any.pm:510
+#, c-format
+msgid "Install in /EFI/BOOT (workaround for some BIOSs)"
+msgstr ""
+
+#: any.pm:550 any.pm:575 diskdrake/interactive.pm:411
+#, c-format
+msgid "Label"
+msgstr "Etiqueta"
+
+#: any.pm:551 any.pm:559 any.pm:720
#, c-format
msgid "Append"
msgstr ""
-#: any.pm:506
+#: any.pm:552 any.pm:564 any.pm:721
+#, c-format
+msgid "Video mode"
+msgstr "Mou de videu"
+
+#: any.pm:557
+#, c-format
+msgid "Image"
+msgstr "Imaxe"
+
+#: any.pm:558 any.pm:570
+#, c-format
+msgid "Root"
+msgstr "Root"
+
+#: any.pm:561
#, c-format
msgid "Xen append"
msgstr ""
-#: any.pm:508
+#: any.pm:563
#, c-format
msgid "Requires password to boot"
msgstr "Rique la contraseña p'arrancar"
-#: any.pm:509 any.pm:643
-#, c-format
-msgid "Video mode"
-msgstr "Mou de videu"
-
-#: any.pm:510
+#: any.pm:565
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:511
+#: any.pm:566
#, c-format
msgid "Network profile"
msgstr "Perfil de rede"
-#: any.pm:519 diskdrake/interactive.pm:411
-#, c-format
-msgid "Label"
-msgstr "Etiqueta"
-
-#: any.pm:521 any.pm:640 harddrake/v4l.pm:438
+#: any.pm:577 any.pm:718 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Por defeutu"
-#: any.pm:529
+#: any.pm:585
#, c-format
msgid "Empty label not allowed"
msgstr "Nun s'almiten etiquetes baleres"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a kernel image"
msgstr "Tienes d'especificar una imaxe de kernel"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a root partition"
msgstr "Tienes d'especificar una partición raigañu"
-#: any.pm:531
+#: any.pm:587
#, c-format
msgid "This label is already used"
msgstr "Esta etiqueta yá ta n'usu"
-#: any.pm:549
+#: any.pm:611
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "¿Qué triba d'entrada quies amestar?"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Linux"
msgstr "Linux"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Other OS (Windows...)"
msgstr "Otru SO (Windows...)"
-#: any.pm:597 any.pm:636
-#, c-format
-msgid "Bootloader Configuration"
-msgstr "Configuración del cargador d'arranque"
-
-#: any.pm:598
+#: any.pm:672
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -296,12 +306,12 @@ msgstr ""
"Equí tán les entraes nel to menú d'arranque.\n"
"Pues crear entraes adicionales o camudar les esistentes"
-#: any.pm:645
+#: any.pm:723
#, c-format
msgid "Do not touch ESP or MBR"
msgstr ""
-#: any.pm:647 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:458
+#: any.pm:725 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:460
#: diskdrake/interactive.pm:305 diskdrake/interactive.pm:391
#: diskdrake/interactive.pm:605 diskdrake/interactive.pm:820
#: diskdrake/interactive.pm:885 diskdrake/interactive.pm:1053
@@ -313,66 +323,66 @@ msgstr ""
msgid "Warning"
msgstr "Avisu"
-#: any.pm:648
+#: any.pm:726
#, c-format
msgid ""
"Not installing on ESP or MBR means that the installation is not bootable "
"unless chain loaded from another OS!"
msgstr ""
-#: any.pm:652
+#: any.pm:730
#, c-format
msgid "Probe Foreign OS"
msgstr ""
-#: any.pm:653
+#: any.pm:731
#, c-format
msgid ""
"If grub2 takes too long to install, you can use this option to skip "
"detecting other OSes and make it fast"
msgstr ""
-#: any.pm:909
+#: any.pm:987
#, c-format
msgid "access to X programs"
msgstr "accesu a X programes"
-#: any.pm:910
+#: any.pm:988
#, c-format
msgid "access to rpm tools"
msgstr "accesu a ferramientes rpm"
-#: any.pm:911
+#: any.pm:989
#, c-format
msgid "allow \"su\""
msgstr "permitir \"su\""
-#: any.pm:912
+#: any.pm:990
#, c-format
msgid "access to administrative files"
msgstr "acceder a ficheros alministrativos"
-#: any.pm:913
+#: any.pm:991
#, c-format
msgid "access to network tools"
msgstr "acceder a ferramientes de rede"
-#: any.pm:914
+#: any.pm:992
#, c-format
msgid "access to compilation tools"
msgstr "acceder a ferramientes de compilación"
-#: any.pm:920
+#: any.pm:998
#, c-format
msgid "(already added %s)"
msgstr "(yá s'amestó %s)"
-#: any.pm:926
+#: any.pm:1004
#, c-format
msgid "Please give a user name"
msgstr "Por favor, da un nome d'usuariu"
-#: any.pm:927
+#: any.pm:1005
#, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
@@ -381,153 +391,153 @@ msgstr ""
"El nome d'usuariu tien d'entamar con una lletra minúscula siguida namái por "
"númberos, lletres minúscules, `-' y `_'"
-#: any.pm:928
+#: any.pm:1006
#, c-format
msgid "The user name is too long"
msgstr "El nome d'usuariu ye perllargu"
-#: any.pm:929
+#: any.pm:1007
#, c-format
msgid "This user name has already been added"
msgstr "Esti nome d'usuariu yá s'amestó"
-#: any.pm:935 any.pm:973
+#: any.pm:1013 any.pm:1051
#, c-format
msgid "User ID"
msgstr "ID d'usuariu"
-#: any.pm:935 any.pm:974
+#: any.pm:1013 any.pm:1052
#, c-format
msgid "Group ID"
msgstr "ID del grupu"
-#: any.pm:936
+#: any.pm:1014
#, c-format
msgid "%s must be a number"
msgstr "%s tien de ser un númberu"
-#: any.pm:937
+#: any.pm:1015
#, c-format
msgid "%s should be above 1000. Accept anyway?"
msgstr ""
-#: any.pm:941
+#: any.pm:1019
#, c-format
msgid "User management"
msgstr "Alministración d'usuariu"
-#: any.pm:947
+#: any.pm:1025
#, c-format
msgid "Enable guest account"
msgstr "Habilitar cuenta de convidáu"
-#: any.pm:949 authentication.pm:236
+#: any.pm:1027 authentication.pm:236
#, c-format
msgid "Set administrator (root) password"
msgstr "Afitar contraseña d'alministrador (root)"
-#: any.pm:955
+#: any.pm:1033
#, c-format
msgid "Enter a user"
msgstr "Introducir un usuariu"
-#: any.pm:957
+#: any.pm:1035
#, c-format
msgid "Icon"
msgstr "Iconu"
-#: any.pm:960
+#: any.pm:1038
#, c-format
msgid "Real name"
msgstr "Nome real"
-#: any.pm:967
+#: any.pm:1045
#, c-format
msgid "Login name"
msgstr "Nome d'aniciu sesión"
-#: any.pm:972
+#: any.pm:1050
#, c-format
msgid "Shell"
msgstr "Shell"
-#: any.pm:976
+#: any.pm:1054
#, c-format
msgid "Extra Groups:"
msgstr ""
-#: any.pm:1026
+#: any.pm:1107
#, c-format
msgid "Please wait, adding media..."
msgstr "Por favor espera, amestando medios..."
-#: any.pm:1078 security/l10n.pm:14
+#: any.pm:1159 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Aniciu sesión automáticu"
-#: any.pm:1079
+#: any.pm:1160
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
"Pues configurar el to ordenador p'aniciar sesión automáticamente nun usuariu."
-#: any.pm:1080
+#: any.pm:1161
#, c-format
msgid "Use this feature"
msgstr "Usar carauterística"
-#: any.pm:1081
+#: any.pm:1162
#, c-format
msgid "Choose the default user:"
msgstr "Escoyer usuariu por defeutu:"
-#: any.pm:1082
+#: any.pm:1163
#, c-format
msgid "Choose the window manager to run:"
msgstr "Escoyer l'alministrador de ventanes pa usar:"
-#: any.pm:1093 any.pm:1108 any.pm:1177
+#: any.pm:1174 any.pm:1189 any.pm:1258
#, c-format
msgid "Release Notes"
msgstr "Notes de llanzamientu"
-#: any.pm:1115 any.pm:1476 interactive/gtk.pm:820
+#: any.pm:1196 any.pm:1560 interactive/gtk.pm:820
#, c-format
msgid "Close"
msgstr "Zarrar"
-#: any.pm:1163
+#: any.pm:1244
#, c-format
msgid "License agreement"
msgstr "Alcuerdu de llicencia"
-#: any.pm:1165 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
+#: any.pm:1246 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
#, c-format
msgid "Quit"
msgstr "Colar"
-#: any.pm:1172
+#: any.pm:1253
#, c-format
msgid "Do you accept this license ?"
msgstr "¿Aceutes esta llicencia?"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Accept"
msgstr "Aceutar"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Refuse"
msgstr "Refugar"
-#: any.pm:1199 any.pm:1262
+#: any.pm:1280 any.pm:1343
#, c-format
msgid "Please choose a language to use"
msgstr "Por favor, escueyi una llingua pa usar"
-#: any.pm:1227
+#: any.pm:1308
#, c-format
msgid ""
"%s can support multiple languages. Select\n"
@@ -538,87 +548,87 @@ msgstr ""
"llingua que te prestaría instalar. Tarán disponibles cuando la to\n"
"instalación tea completada y reanicies el to sistema."
-#: any.pm:1229 fs/partitioning_wizard.pm:194
+#: any.pm:1310 fs/partitioning_wizard.pm:194
#, c-format
msgid "Mageia"
msgstr "Mageia"
-#: any.pm:1230
+#: any.pm:1311
#, c-format
msgid "Multiple languages"
msgstr "Llingües múltiples"
-#: any.pm:1231
+#: any.pm:1312
#, c-format
msgid "Select Additional Languages"
msgstr "Esbillar llingües adicionales"
-#: any.pm:1240 any.pm:1271
+#: any.pm:1321 any.pm:1352
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr "Compatibilidá de codificación vieya (non UTF-8)"
-#: any.pm:1241
+#: any.pm:1322
#, c-format
msgid "All languages"
msgstr "Toles llingües"
-#: any.pm:1263
+#: any.pm:1344
#, c-format
msgid "Language choice"
msgstr "Escoyeta de llingua"
-#: any.pm:1317
+#: any.pm:1398
#, c-format
msgid "Country / Region"
msgstr "País / Rexón"
-#: any.pm:1318
+#: any.pm:1399
#, c-format
msgid "Please choose your country"
msgstr "Por favor, escueyi'l to país"
-#: any.pm:1320
+#: any.pm:1401
#, c-format
msgid "Here is the full list of available countries"
msgstr "Equí ta la llista completa de países disponibles"
-#: any.pm:1321
+#: any.pm:1402
#, c-format
msgid "Other Countries"
msgstr "Otros países"
-#: any.pm:1321 interactive.pm:491 interactive/gtk.pm:444
+#: any.pm:1402 interactive.pm:491 interactive/gtk.pm:444
#, c-format
msgid "Advanced"
msgstr "Avanzáu"
-#: any.pm:1327
+#: any.pm:1408
#, c-format
msgid "Input method:"
msgstr "Métodu d'entrada:"
-#: any.pm:1330
+#: any.pm:1411
#, c-format
msgid "None"
msgstr "Un res"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "No sharing"
msgstr "Ensin compartición"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Allow all users"
msgstr "Permitir tolos usuarios"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Custom"
msgstr "Personalizáu"
-#: any.pm:1425
+#: any.pm:1509
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -634,7 +644,7 @@ msgstr ""
"\n"
"\"Personalizáu\" permitirá una granularidá per usuariu.\n"
-#: any.pm:1437
+#: any.pm:1521
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
@@ -643,7 +653,7 @@ msgstr ""
"NFS: el sistema de compartición de ficheros tradicional d'Unix, con menos "
"sofitu en Mac y Windows."
-#: any.pm:1440
+#: any.pm:1524
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
@@ -652,19 +662,19 @@ msgstr ""
"NFS: un sistema de compartición de ficheros usáu por Windows, Mac OS X y "
"abondos sistemas Linux modernos."
-#: any.pm:1448
+#: any.pm:1532
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr ""
"Pues esportar usando NFS o SMB. Por favor, esbilla cuál te prestaría usar."
-#: any.pm:1476
+#: any.pm:1560
#, c-format
msgid "Launch userdrake"
msgstr "Llanzar userdrake"
-#: any.pm:1478
+#: any.pm:1562
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
@@ -673,7 +683,7 @@ msgstr ""
"La compartición per usuariu usa'l grupu \"fileshare\".\n"
"Pues usar userdrake p'amestar un usuariu a esti grupu."
-#: any.pm:1585
+#: any.pm:1669
#, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
@@ -682,49 +692,49 @@ msgstr ""
"Necesites zarrar sesión y tornar otra vegada pa que les camudancies faigan "
"efeutu. Primi Aceutar pa zarrar sesión agora."
-#: any.pm:1589
+#: any.pm:1673
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"Necesites zarrar sesión y tornar otra vegada pa que les camudancies faigan "
"efeutu"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Timezone"
msgstr "Fusu horariu"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Which is your timezone?"
msgstr "¿Cuál ye'l to fusu horariu?"
-#: any.pm:1647 any.pm:1649
+#: any.pm:1731 any.pm:1733
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr "Axustes de data, reló y fusu horariu"
-#: any.pm:1650
+#: any.pm:1734
#, c-format
msgid "What is the best time?"
msgstr "¿Cuál ye la meyor hora?"
-#: any.pm:1654
+#: any.pm:1738
#, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "%s (reló hardware afitáu a UTC)"
-#: any.pm:1655
+#: any.pm:1739
#, c-format
msgid "%s (hardware clock set to local time)"
msgstr "%s (reló hardware afitáu a la hora llocal)"
-#: any.pm:1657
+#: any.pm:1741
#, c-format
msgid "NTP Server"
msgstr "Sirvidor NTP"
-#: any.pm:1658
+#: any.pm:1742
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Sincronización d'hora automática (usando NTP)"
@@ -1066,7 +1076,7 @@ msgid "Domain Admin Password"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:1122
+#: bootloader.pm:1217
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1076,44 +1086,54 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:1287
+#: bootloader.pm:1386
#, c-format
msgid "LILO with text menu"
msgstr ""
-#: bootloader.pm:1288
+#: bootloader.pm:1387
#, c-format
msgid "GRUB2 with graphical menu"
msgstr ""
-#: bootloader.pm:1289
+#: bootloader.pm:1388
#, c-format
msgid "GRUB2 with text menu"
msgstr ""
-#: bootloader.pm:1290
+#: bootloader.pm:1389
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:1291
+#: bootloader.pm:1390
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:1378
+#: bootloader.pm:1391
+#, c-format
+msgid "rEFInd with graphical menu"
+msgstr ""
+
+#: bootloader.pm:1392
+#, c-format
+msgid "U-Boot/Extlinux with text menu"
+msgstr ""
+
+#: bootloader.pm:1480
#, c-format
msgid "not enough room in /boot"
msgstr ""
-#: bootloader.pm:2393
+#: bootloader.pm:2610
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:2406
+#: bootloader.pm:2623
#, c-format
msgid ""
"The bootloader cannot be installed correctly. You have to boot rescue and "
@@ -1122,7 +1142,7 @@ msgstr ""
"El cargador d'arranque nun pue instalase correutamente. Tienes d'arrancar el "
"mou rescate y escoyer \"%s\""
-#: bootloader.pm:2407
+#: bootloader.pm:2624
#, c-format
msgid "Re-install Boot Loader"
msgstr ""
@@ -1228,7 +1248,7 @@ msgstr "Desaniciar"
msgid "Done"
msgstr "Fecho"
-#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:323
+#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:325
#: diskdrake/interactive.pm:246 diskdrake/interactive.pm:259
#: diskdrake/interactive.pm:460 diskdrake/interactive.pm:535
#: diskdrake/interactive.pm:553 diskdrake/interactive.pm:558
@@ -1237,7 +1257,7 @@ msgstr "Fecho"
#: diskdrake/interactive.pm:1242 diskdrake/interactive.pm:1245
#: diskdrake/interactive.pm:1513 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:49
#: do_pkgs.pm:54 do_pkgs.pm:79 do_pkgs.pm:103 do_pkgs.pm:108 do_pkgs.pm:142
-#: fsedit.pm:266 interactive/http.pm:117 interactive/http.pm:118
+#: fsedit.pm:264 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:94 scanner.pm:105 scanner.pm:112
#: scanner.pm:119 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
@@ -1320,7 +1340,7 @@ msgstr "Continuar"
msgid "Help"
msgstr "Ayuda"
-#: diskdrake/hd_gtk.pm:257
+#: diskdrake/hd_gtk.pm:259
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1328,78 +1348,78 @@ msgid ""
"(click on it, then click on \"Resize\")"
msgstr ""
-#: diskdrake/hd_gtk.pm:259
+#: diskdrake/hd_gtk.pm:261
#, c-format
msgid "Please click on a partition"
msgstr "Por favor, primi nuna partición"
-#: diskdrake/hd_gtk.pm:273 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:275 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "Detalles"
-#: diskdrake/hd_gtk.pm:323
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "No hard disk drives found"
msgstr ""
-#: diskdrake/hd_gtk.pm:362
+#: diskdrake/hd_gtk.pm:364
#, c-format
msgid "Unknown"
msgstr "Desconocíu"
-#: diskdrake/hd_gtk.pm:429
+#: diskdrake/hd_gtk.pm:431
#, c-format
msgid "Ext4"
msgstr "Ext4"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "XFS"
msgstr "XFS"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Swap"
msgstr ""
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Windows"
msgstr "Windows"
-#: diskdrake/hd_gtk.pm:430 fs/partitioning_wizard.pm:437 services.pm:201
+#: diskdrake/hd_gtk.pm:432 fs/partitioning_wizard.pm:437 services.pm:201
#, c-format
msgid "Other"
msgstr "Otru"
-#: diskdrake/hd_gtk.pm:430 diskdrake/interactive.pm:1397
+#: diskdrake/hd_gtk.pm:432 diskdrake/interactive.pm:1397
#: fs/partitioning_wizard.pm:437
#, c-format
msgid "Empty"
msgstr ""
-#: diskdrake/hd_gtk.pm:437
+#: diskdrake/hd_gtk.pm:439
#, c-format
msgid "Filesystem types:"
msgstr ""
-#: diskdrake/hd_gtk.pm:458
+#: diskdrake/hd_gtk.pm:460
#, c-format
msgid "This partition is already empty"
msgstr ""
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``Unmount'' first"
msgstr ""
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr ""
-#: diskdrake/hd_gtk.pm:467 diskdrake/interactive.pm:409
+#: diskdrake/hd_gtk.pm:469 diskdrake/interactive.pm:409
#: diskdrake/interactive.pm:644 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
@@ -2279,7 +2299,7 @@ msgstr ""
msgid "Installing packages..."
msgstr ""
-#: do_pkgs.pm:387 pkgs.pm:293
+#: do_pkgs.pm:388 pkgs.pm:293
#, c-format
msgid "Removing packages..."
msgstr ""
@@ -2296,7 +2316,7 @@ msgstr ""
msgid "You must have a ESP FAT32 partition mounted in /boot/EFI"
msgstr ""
-#: fs/any.pm:81 fs/partitioning_wizard.pm:82
+#: fs/any.pm:83 fs/partitioning_wizard.pm:82
#, c-format
msgid ""
"You must have a BIOS boot partition for non-UEFI GPT-partitioned disks. "
@@ -2348,7 +2368,7 @@ msgstr ""
msgid "Checking %s"
msgstr ""
-#: fs/mount.pm:126 partition_table.pm:399
+#: fs/mount.pm:126 partition_table.pm:456
#, c-format
msgid "error unmounting %s: %s"
msgstr ""
@@ -2633,7 +2653,7 @@ msgid ""
"to use?"
msgstr ""
-#: fs/partitioning_wizard.pm:271 fsedit.pm:638
+#: fs/partitioning_wizard.pm:271 fsedit.pm:641
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Toles particiones y los sos datos desaniciaránse na unidá %s"
@@ -2680,17 +2700,17 @@ msgstr "Equí ta'l conteníu dle to discu"
msgid "Partitioning failed: %s"
msgstr "Particionáu fallíu: %s"
-#: fs/type.pm:382
+#: fs/type.pm:383
#, c-format
msgid "You cannot use JFS for partitions smaller than 16MB"
msgstr ""
-#: fs/type.pm:383
+#: fs/type.pm:384
#, c-format
msgid "You cannot use ReiserFS for partitions smaller than 32MB"
msgstr ""
-#: fs/type.pm:384
+#: fs/type.pm:385
#, c-format
msgid "You cannot use btrfs for partitions smaller than 256MB"
msgstr ""
@@ -2710,12 +2730,12 @@ msgstr ""
msgid "server"
msgstr "sirvidor"
-#: fsedit.pm:157
+#: fsedit.pm:155
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""
-#: fsedit.pm:267
+#: fsedit.pm:265
#, c-format
msgid ""
"I cannot read the partition table of device %s, it's too corrupted for me :"
@@ -2727,22 +2747,22 @@ msgid ""
"Do you agree to lose all the partitions?\n"
msgstr ""
-#: fsedit.pm:450
+#: fsedit.pm:448
#, c-format
msgid "Mount points must begin with a leading /"
msgstr ""
-#: fsedit.pm:451
+#: fsedit.pm:449
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr ""
-#: fsedit.pm:452
+#: fsedit.pm:450
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Yá hai una partición col puntu de montaxe %s\n"
-#: fsedit.pm:455
+#: fsedit.pm:453
#, c-format
msgid ""
"You've selected an encrypted partition as root (/).\n"
@@ -2750,17 +2770,17 @@ msgid ""
"Please be sure to add a separate /boot partition"
msgstr ""
-#: fsedit.pm:461 fsedit.pm:472
+#: fsedit.pm:459 fsedit.pm:470
#, c-format
msgid "You cannot use an encrypted filesystem for mount point %s"
msgstr ""
-#: fsedit.pm:464 fsedit.pm:466
+#: fsedit.pm:462 fsedit.pm:464
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr ""
-#: fsedit.pm:468 fsedit.pm:470
+#: fsedit.pm:466 fsedit.pm:468
#, c-format
msgid ""
"You need a true filesystem (ext2/3/4, reiserfs, xfs, or jfs) for this mount "
@@ -4884,12 +4904,12 @@ msgstr ""
msgid "Password seems secure"
msgstr ""
-#: partition_table.pm:405
+#: partition_table.pm:462
#, c-format
msgid "mount failed: "
msgstr ""
-#: partition_table.pm:531
+#: partition_table.pm:632
#, c-format
msgid ""
"You have a hole in your partition table but I cannot use it.\n"
@@ -4948,7 +4968,7 @@ msgstr ""
msgid "Cannot add a partition to _formatted_ RAID %s"
msgstr ""
-#: raid.pm:200
+#: raid.pm:201
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr ""
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index f7ed29c2a..03b16b25a 100644
--- a/perl-install/share/po/az.po
+++ b/perl-install/share/po/az.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-az\n"
-"POT-Creation-Date: 2016-12-12 23:00+0100\n"
+"POT-Creation-Date: 2018-11-03 11:40+0000\n"
"PO-Revision-Date: 2005-03-31 14:21+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
@@ -19,11 +19,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.3.1\n"
-#: any.pm:263 any.pm:1026 diskdrake/interactive.pm:650
+#: any.pm:263 any.pm:695 any.pm:1107 diskdrake/interactive.pm:650
#: diskdrake/interactive.pm:874 diskdrake/interactive.pm:936
#: diskdrake/interactive.pm:1028 diskdrake/interactive.pm:1055
#: diskdrake/interactive.pm:1286 diskdrake/interactive.pm:1344 do_pkgs.pm:342
-#: do_pkgs.pm:387 interactive.pm:712 pkgs.pm:293
+#: do_pkgs.pm:388 interactive.pm:712 pkgs.pm:293
#, c-format
msgid "Please wait"
msgstr "Xahiş edirik, gözləyin"
@@ -164,7 +164,7 @@ msgstr "ACPI-ni Fəallaşdır"
msgid "Security"
msgstr "Təhlükəsizlik"
-#: any.pm:428 any.pm:950 any.pm:969 authentication.pm:249
+#: any.pm:428 any.pm:1028 any.pm:1047 authentication.pm:249
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
@@ -186,102 +186,112 @@ msgid "You cannot use a password with %s"
msgstr ""
"%s bağlama nöqtəsi üçün şifrələnmiş fayl sistemi istifadə edə bilməzsiniz"
-#: any.pm:437 any.pm:953 any.pm:971 authentication.pm:250
+#: any.pm:437 any.pm:1031 any.pm:1049 authentication.pm:250
#, c-format
msgid "Password (again)"
msgstr "Şifrə (təkrar)"
-#: any.pm:502
+#: any.pm:504 any.pm:671 any.pm:714
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "Açılış Tərzi Quraşdırılması"
+
+#: any.pm:508
#, c-format
-msgid "Image"
-msgstr "Əks"
+msgid "Install or update rEFInd in the EFI system partition"
+msgstr ""
-#: any.pm:503 any.pm:515
+#: any.pm:510
#, c-format
-msgid "Root"
-msgstr "Kök"
+msgid "Install in /EFI/BOOT (workaround for some BIOSs)"
+msgstr ""
-#: any.pm:504 any.pm:642
+#: any.pm:550 any.pm:575 diskdrake/interactive.pm:411
+#, c-format
+msgid "Label"
+msgstr "Etiket"
+
+#: any.pm:551 any.pm:559 any.pm:720
#, c-format
msgid "Append"
msgstr "Sonuna əlavə et"
-#: any.pm:506
+#: any.pm:552 any.pm:564 any.pm:721
+#, c-format
+msgid "Video mode"
+msgstr "Video modu"
+
+#: any.pm:557
+#, c-format
+msgid "Image"
+msgstr "Əks"
+
+#: any.pm:558 any.pm:570
+#, c-format
+msgid "Root"
+msgstr "Kök"
+
+#: any.pm:561
#, c-format
msgid "Xen append"
msgstr ""
-#: any.pm:508
+#: any.pm:563
#, c-format
msgid "Requires password to boot"
msgstr ""
-#: any.pm:509 any.pm:643
-#, c-format
-msgid "Video mode"
-msgstr "Video modu"
-
-#: any.pm:510
+#: any.pm:565
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:511
+#: any.pm:566
#, c-format
msgid "Network profile"
msgstr "Şəbəkə profili"
-#: any.pm:519 diskdrake/interactive.pm:411
-#, c-format
-msgid "Label"
-msgstr "Etiket"
-
-#: any.pm:521 any.pm:640 harddrake/v4l.pm:438
+#: any.pm:577 any.pm:718 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Ön Qurğulu"
-#: any.pm:529
+#: any.pm:585
#, c-format
msgid "Empty label not allowed"
msgstr "Boş etiket qəbul edilmir"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a kernel image"
msgstr "Çəyirdək əksini bildirməlisiniz"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a root partition"
msgstr "Kök bölməsini bildirməlisiniz"
-#: any.pm:531
+#: any.pm:587
#, c-format
msgid "This label is already used"
msgstr "Bu etiket onsuzda istifadə edilib"
-#: any.pm:549
+#: any.pm:611
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Nə cür bir giriş əlavə etmək istəyirsiniz?"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Linux"
msgstr "Linuks"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Other OS (Windows...)"
msgstr "Digər ƏS (Windows...)"
-#: any.pm:597 any.pm:636
-#, fuzzy, c-format
-msgid "Bootloader Configuration"
-msgstr "Açılış Tərzi Quraşdırılması"
-
-#: any.pm:598
+#: any.pm:672
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -290,12 +300,12 @@ msgstr ""
"Buradakı bir birindən fərqli seçimlərə yenilərini əlavə edə bilər,\n"
"ya da mövcud olanları dəyişdirə bilərsiniz."
-#: any.pm:645
+#: any.pm:723
#, c-format
msgid "Do not touch ESP or MBR"
msgstr ""
-#: any.pm:647 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:458
+#: any.pm:725 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:460
#: diskdrake/interactive.pm:305 diskdrake/interactive.pm:391
#: diskdrake/interactive.pm:605 diskdrake/interactive.pm:820
#: diskdrake/interactive.pm:885 diskdrake/interactive.pm:1053
@@ -307,66 +317,66 @@ msgstr ""
msgid "Warning"
msgstr "Xəbərdarlıq"
-#: any.pm:648
+#: any.pm:726
#, c-format
msgid ""
"Not installing on ESP or MBR means that the installation is not bootable "
"unless chain loaded from another OS!"
msgstr ""
-#: any.pm:652
+#: any.pm:730
#, c-format
msgid "Probe Foreign OS"
msgstr ""
-#: any.pm:653
+#: any.pm:731
#, c-format
msgid ""
"If grub2 takes too long to install, you can use this option to skip "
"detecting other OSes and make it fast"
msgstr ""
-#: any.pm:909
+#: any.pm:987
#, c-format
msgid "access to X programs"
msgstr "X proqramlarına yetişmə icazəsi"
-#: any.pm:910
+#: any.pm:988
#, c-format
msgid "access to rpm tools"
msgstr "rpm vasitələrinə yetişmə"
-#: any.pm:911
+#: any.pm:989
#, c-format
msgid "allow \"su\""
msgstr "\"su\" icazəsi ver"
-#: any.pm:912
+#: any.pm:990
#, c-format
msgid "access to administrative files"
msgstr "idarəvi fayllara yetişmə"
-#: any.pm:913
+#: any.pm:991
#, c-format
msgid "access to network tools"
msgstr "şəbəkə vasitələrinə yetişmə"
-#: any.pm:914
+#: any.pm:992
#, c-format
msgid "access to compilation tools"
msgstr "dərləmə vasitələrinə yetişmə"
-#: any.pm:920
+#: any.pm:998
#, c-format
msgid "(already added %s)"
msgstr "(%s artıq əlavə edilmişdir)"
-#: any.pm:926
+#: any.pm:1004
#, c-format
msgid "Please give a user name"
msgstr "Xahiş edirik, bir istifadəçi adı alın"
-#: any.pm:927
+#: any.pm:1005
#, fuzzy, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
@@ -375,155 +385,155 @@ msgstr ""
"İstifadəçi adında sadacə kiçik hərflər, rəqəmlər, `-' və `_' xarakterləri "
"ola bilər"
-#: any.pm:928
+#: any.pm:1006
#, c-format
msgid "The user name is too long"
msgstr "İstifadəçi adı çox uzundur"
-#: any.pm:929
+#: any.pm:1007
#, c-format
msgid "This user name has already been added"
msgstr "Bu istifadəçi adı onsuzda əlavə edilib"
-#: any.pm:935 any.pm:973
+#: any.pm:1013 any.pm:1051
#, c-format
msgid "User ID"
msgstr "İstifadəçi ID'si"
-#: any.pm:935 any.pm:974
+#: any.pm:1013 any.pm:1052
#, c-format
msgid "Group ID"
msgstr "Qrup ID'si"
-#: any.pm:936
+#: any.pm:1014
#, fuzzy, c-format
msgid "%s must be a number"
msgstr "%s seçimi rəqəm olmalıdır!"
-#: any.pm:937
+#: any.pm:1015
#, c-format
msgid "%s should be above 1000. Accept anyway?"
msgstr ""
-#: any.pm:941
+#: any.pm:1019
#, fuzzy, c-format
msgid "User management"
msgstr "İstifadəçi adı"
-#: any.pm:947
+#: any.pm:1025
#, c-format
msgid "Enable guest account"
msgstr ""
-#: any.pm:949 authentication.pm:236
+#: any.pm:1027 authentication.pm:236
#, fuzzy, c-format
msgid "Set administrator (root) password"
msgstr "Ali istifadəçi şifrəsini tə'yin et"
-#: any.pm:955
+#: any.pm:1033
#, fuzzy, c-format
msgid "Enter a user"
msgstr ""
"Bir istifadəçi daxil edin\n"
"%s"
-#: any.pm:957
+#: any.pm:1035
#, c-format
msgid "Icon"
msgstr "Timsal"
-#: any.pm:960
+#: any.pm:1038
#, c-format
msgid "Real name"
msgstr "Həqiqi ad"
-#: any.pm:967
+#: any.pm:1045
#, c-format
msgid "Login name"
msgstr "Giriş adı"
-#: any.pm:972
+#: any.pm:1050
#, c-format
msgid "Shell"
msgstr "Qabıq"
-#: any.pm:976
+#: any.pm:1054
#, c-format
msgid "Extra Groups:"
msgstr ""
-#: any.pm:1026
+#: any.pm:1107
#, fuzzy, c-format
msgid "Please wait, adding media..."
msgstr "ttmkfdir fəaliyyətdədir, xahiş edirik, gözləyin..."
-#: any.pm:1078 security/l10n.pm:14
+#: any.pm:1159 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Avtomatik Giriş"
-#: any.pm:1079
+#: any.pm:1160
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
"Kompüteriniz istifadəçinin avtomatik giriş etməsi üçün qurğulana bilər."
-#: any.pm:1080
+#: any.pm:1161
#, fuzzy, c-format
msgid "Use this feature"
msgstr "Bu xüsusiyyəti istifadə etmək istəyirsiniz?"
-#: any.pm:1081
+#: any.pm:1162
#, c-format
msgid "Choose the default user:"
msgstr "Əsas istifadəçini seçin:"
-#: any.pm:1082
+#: any.pm:1163
#, c-format
msgid "Choose the window manager to run:"
msgstr "İşlətmək istədiyiniz pəncərə idarəçisini seçin:"
-#: any.pm:1093 any.pm:1108 any.pm:1177
+#: any.pm:1174 any.pm:1189 any.pm:1258
#, fuzzy, c-format
msgid "Release Notes"
msgstr "Buraxılış:"
-#: any.pm:1115 any.pm:1476 interactive/gtk.pm:820
+#: any.pm:1196 any.pm:1560 interactive/gtk.pm:820
#, c-format
msgid "Close"
msgstr "Bağla"
-#: any.pm:1163
+#: any.pm:1244
#, c-format
msgid "License agreement"
msgstr "Lisenziya razılığı"
-#: any.pm:1165 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
+#: any.pm:1246 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
#, c-format
msgid "Quit"
msgstr "Çıx"
-#: any.pm:1172
+#: any.pm:1253
#, fuzzy, c-format
msgid "Do you accept this license ?"
msgstr "Başqası var?"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Accept"
msgstr "Qəbul Et"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Refuse"
msgstr "Rədd Et"
-#: any.pm:1199 any.pm:1262
+#: any.pm:1280 any.pm:1343
#, c-format
msgid "Please choose a language to use"
msgstr "Xahiş edirik, istifadə ediləcək dili seçin"
-#: any.pm:1227
+#: any.pm:1308
#, fuzzy, c-format
msgid ""
"%s can support multiple languages. Select\n"
@@ -534,87 +544,87 @@ msgstr ""
"dilləri seçin. Onlar qurulum tamamlanandan və sistem yenidən\n"
"başlayandan sonra istifadəyə hazır olacaqlar."
-#: any.pm:1229 fs/partitioning_wizard.pm:194
+#: any.pm:1310 fs/partitioning_wizard.pm:194
#, c-format
msgid "Mageia"
msgstr "Mageia"
-#: any.pm:1230
+#: any.pm:1311
#, fuzzy, c-format
msgid "Multiple languages"
msgstr "Bütün dillər"
-#: any.pm:1231
+#: any.pm:1312
#, c-format
msgid "Select Additional Languages"
msgstr ""
-#: any.pm:1240 any.pm:1271
+#: any.pm:1321 any.pm:1352
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr ""
-#: any.pm:1241
+#: any.pm:1322
#, c-format
msgid "All languages"
msgstr "Bütün dillər"
-#: any.pm:1263
+#: any.pm:1344
#, c-format
msgid "Language choice"
msgstr "Dil seçkisi"
-#: any.pm:1317
+#: any.pm:1398
#, c-format
msgid "Country / Region"
msgstr "Ölkə / Bölgə"
-#: any.pm:1318
+#: any.pm:1399
#, c-format
msgid "Please choose your country"
msgstr "Xahiş edirik, ölkənizi seçin"
-#: any.pm:1320
+#: any.pm:1401
#, c-format
msgid "Here is the full list of available countries"
msgstr "Bütün mövcud ölkələrinn siyahısı"
-#: any.pm:1321
+#: any.pm:1402
#, c-format
msgid "Other Countries"
msgstr "Diqər Ölkələr"
-#: any.pm:1321 interactive.pm:491 interactive/gtk.pm:444
+#: any.pm:1402 interactive.pm:491 interactive/gtk.pm:444
#, c-format
msgid "Advanced"
msgstr "Ətraflı"
-#: any.pm:1327
+#: any.pm:1408
#, c-format
msgid "Input method:"
msgstr "Giriş yöntəmi:"
-#: any.pm:1330
+#: any.pm:1411
#, c-format
msgid "None"
msgstr "Heç biri"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "No sharing"
msgstr "Bölüşmə yoxdur"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Allow all users"
msgstr "Bütün istifadəçilərə icazə ver"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Custom"
msgstr "Xüsusi"
-#: any.pm:1425
+#: any.pm:1509
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -631,21 +641,21 @@ msgstr ""
"\"Xüsusi\" seçənəyi, hər istifadəçiyə fərqli icazə vermək üçün istifadə "
"edilir.\n"
-#: any.pm:1437
+#: any.pm:1521
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
-#: any.pm:1440
+#: any.pm:1524
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
-#: any.pm:1448
+#: any.pm:1532
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
@@ -653,12 +663,12 @@ msgstr ""
"NFS ya da SMB işlədərək ixrac edə bilərsiniz. Xahiş edirik, işlətmək "
"istədiyinizi seçin."
-#: any.pm:1476
+#: any.pm:1560
#, c-format
msgid "Launch userdrake"
msgstr "Userdrake-ni başlat"
-#: any.pm:1478
+#: any.pm:1562
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
@@ -668,7 +678,7 @@ msgstr ""
"Bu qrupa istifadəçiləri əlavə etmək üçün userdrake'dən istifadə edə "
"bilərsiniz. "
-#: any.pm:1585
+#: any.pm:1669
#, fuzzy, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
@@ -676,48 +686,48 @@ msgid ""
msgstr ""
"Dəyişikliklərin fəal olması üçün hesabdan çıxış edib, yenidən girməlisiniz."
-#: any.pm:1589
+#: any.pm:1673
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"Dəyişikliklərin fəal olması üçün hesabdan çıxış edib, yenidən girməlisiniz."
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Timezone"
msgstr "Vaxt Zolağı"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Which is your timezone?"
msgstr "Vaxt zolağınız hansıdır?"
-#: any.pm:1647 any.pm:1649
+#: any.pm:1731 any.pm:1733
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr ""
-#: any.pm:1650
+#: any.pm:1734
#, c-format
msgid "What is the best time?"
msgstr ""
-#: any.pm:1654
+#: any.pm:1738
#, fuzzy, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "Avadanlıq saatı GMT'yə görə quruludur"
-#: any.pm:1655
+#: any.pm:1739
#, fuzzy, c-format
msgid "%s (hardware clock set to local time)"
msgstr "Avadanlıq saatı GMT'yə görə quruludur"
-#: any.pm:1657
+#: any.pm:1741
#, c-format
msgid "NTP Server"
msgstr "NTP Verici"
-#: any.pm:1658
+#: any.pm:1742
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Avtomatik vaxt sinxronizasiyası (NTP vasitəsiylə)"
@@ -1045,7 +1055,7 @@ msgstr "Domen İdarəçi Şifrəsi"
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:1122
+#: bootloader.pm:1217
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1055,51 +1065,61 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:1287
+#: bootloader.pm:1386
#, c-format
msgid "LILO with text menu"
msgstr "Mətn menyulu LILO"
-#: bootloader.pm:1288
+#: bootloader.pm:1387
#, c-format
msgid "GRUB2 with graphical menu"
msgstr ""
-#: bootloader.pm:1289
+#: bootloader.pm:1388
#, c-format
msgid "GRUB2 with text menu"
msgstr "Mətn menyulu GRUB2"
-#: bootloader.pm:1290
+#: bootloader.pm:1389
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:1291
+#: bootloader.pm:1390
#, c-format
msgid "GRUB with text menu"
msgstr "Mətn menyulu GRUB"
-#: bootloader.pm:1378
+#: bootloader.pm:1391
+#, c-format
+msgid "rEFInd with graphical menu"
+msgstr ""
+
+#: bootloader.pm:1392
+#, fuzzy, c-format
+msgid "U-Boot/Extlinux with text menu"
+msgstr "Mətn menyulu U-Boot/Extlinux"
+
+#: bootloader.pm:1480
#, c-format
msgid "not enough room in /boot"
msgstr "/boot içində lazımi yer yoxdur"
-#: bootloader.pm:2393
+#: bootloader.pm:2610
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:2406
+#: bootloader.pm:2623
#, c-format
msgid ""
"The bootloader cannot be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:2407
+#: bootloader.pm:2624
#, c-format
msgid "Re-install Boot Loader"
msgstr "Sistem Yükləyicisini Yenidən Qur"
@@ -1209,7 +1229,7 @@ msgstr "Sil"
msgid "Done"
msgstr "Qurtardı"
-#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:323
+#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:325
#: diskdrake/interactive.pm:246 diskdrake/interactive.pm:259
#: diskdrake/interactive.pm:460 diskdrake/interactive.pm:535
#: diskdrake/interactive.pm:553 diskdrake/interactive.pm:558
@@ -1218,7 +1238,7 @@ msgstr "Qurtardı"
#: diskdrake/interactive.pm:1242 diskdrake/interactive.pm:1245
#: diskdrake/interactive.pm:1513 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:49
#: do_pkgs.pm:54 do_pkgs.pm:79 do_pkgs.pm:103 do_pkgs.pm:108 do_pkgs.pm:142
-#: fsedit.pm:266 interactive/http.pm:117 interactive/http.pm:118
+#: fsedit.pm:264 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:94 scanner.pm:105 scanner.pm:112
#: scanner.pm:119 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
@@ -1299,7 +1319,7 @@ msgstr "Davam et"
msgid "Help"
msgstr "Yardım"
-#: diskdrake/hd_gtk.pm:257
+#: diskdrake/hd_gtk.pm:259
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1311,78 +1331,78 @@ msgstr ""
"məsləhət edirik. (Bölməni seçib, \"Böyüklüyü\n"
"Dəyişdir\" düyməsinə tıqlayın)"
-#: diskdrake/hd_gtk.pm:259
+#: diskdrake/hd_gtk.pm:261
#, c-format
msgid "Please click on a partition"
msgstr "Xahiş edirik, bir bölmə üstünə tıqlayın"
-#: diskdrake/hd_gtk.pm:273 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:275 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "Ətraflı"
-#: diskdrake/hd_gtk.pm:323
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "No hard disk drives found"
msgstr "Sabit disk(lər) tapıla bilmədi"
-#: diskdrake/hd_gtk.pm:362
+#: diskdrake/hd_gtk.pm:364
#, c-format
msgid "Unknown"
msgstr "Namə'lum"
-#: diskdrake/hd_gtk.pm:429
+#: diskdrake/hd_gtk.pm:431
#, fuzzy, c-format
msgid "Ext4"
msgstr "Çıxış"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, fuzzy, c-format
msgid "XFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Swap"
msgstr "Dəyiş-toqquş"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Windows"
msgstr "Windows"
-#: diskdrake/hd_gtk.pm:430 fs/partitioning_wizard.pm:437 services.pm:201
+#: diskdrake/hd_gtk.pm:432 fs/partitioning_wizard.pm:437 services.pm:201
#, c-format
msgid "Other"
msgstr "Digər"
-#: diskdrake/hd_gtk.pm:430 diskdrake/interactive.pm:1397
+#: diskdrake/hd_gtk.pm:432 diskdrake/interactive.pm:1397
#: fs/partitioning_wizard.pm:437
#, c-format
msgid "Empty"
msgstr "Boş"
-#: diskdrake/hd_gtk.pm:437
+#: diskdrake/hd_gtk.pm:439
#, c-format
msgid "Filesystem types:"
msgstr "Fayl sistemi növü:"
-#: diskdrake/hd_gtk.pm:458
+#: diskdrake/hd_gtk.pm:460
#, fuzzy, c-format
msgid "This partition is already empty"
msgstr "Bu bölmə ölçüləndirilə bilməz"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Əvvəlcə ``Ayır'-ı işlət"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, fuzzy, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr "Yerinə ``%s'' işlət"
-#: diskdrake/hd_gtk.pm:467 diskdrake/interactive.pm:409
+#: diskdrake/hd_gtk.pm:469 diskdrake/interactive.pm:409
#: diskdrake/interactive.pm:644 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
@@ -2283,7 +2303,7 @@ msgstr "Aşağıdakı paketlər qurulmalıdır:\n"
msgid "Installing packages..."
msgstr "Paketlər qurulur..."
-#: do_pkgs.pm:387 pkgs.pm:293
+#: do_pkgs.pm:388 pkgs.pm:293
#, c-format
msgid "Removing packages..."
msgstr "Paketlər silinir..."
@@ -2302,7 +2322,7 @@ msgstr ""
msgid "You must have a ESP FAT32 partition mounted in /boot/EFI"
msgstr "/boot/EFI ünvanına bağlanmış ESP FAT32 bölməniz olmalıdır"
-#: fs/any.pm:81 fs/partitioning_wizard.pm:82
+#: fs/any.pm:83 fs/partitioning_wizard.pm:82
#, c-format
msgid ""
"You must have a BIOS boot partition for non-UEFI GPT-partitioned disks. "
@@ -2354,7 +2374,7 @@ msgstr "%s bolməsini %s cərgəsinə bağlama bacarılmadı"
msgid "Checking %s"
msgstr "%s yoxlanır"
-#: fs/mount.pm:126 partition_table.pm:399
+#: fs/mount.pm:126 partition_table.pm:456
#, c-format
msgid "error unmounting %s: %s"
msgstr "%s ayrılırkən xəta oldu: %s"
@@ -2676,7 +2696,7 @@ msgstr ""
"Sizin birdən çox diskiniz var, linux qurmaq üçün hansını istifadə "
"edəcəksiniz?"
-#: fs/partitioning_wizard.pm:271 fsedit.pm:638
+#: fs/partitioning_wizard.pm:271 fsedit.pm:641
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "%s sürüsündəki mövcud bütün bölmələr və onlardakı mə'lumatitiriləcək"
@@ -2725,17 +2745,17 @@ msgstr ""
msgid "Partitioning failed: %s"
msgstr "Bölmələndirmə bacarılmadı: %s"
-#: fs/type.pm:382
+#: fs/type.pm:383
#, c-format
msgid "You cannot use JFS for partitions smaller than 16MB"
msgstr "16MB'dan kiçik disk bölmələrində JFS istifadə edə bilməzsiniz"
-#: fs/type.pm:383
+#: fs/type.pm:384
#, c-format
msgid "You cannot use ReiserFS for partitions smaller than 32MB"
msgstr "32MB'dən kiçik disk bölmələrində ReiserFS istifadə edə bilməzsiniz"
-#: fs/type.pm:384
+#: fs/type.pm:385
#, fuzzy, c-format
msgid "You cannot use btrfs for partitions smaller than 256MB"
msgstr "16MB'dan kiçik disk bölmələrində JFS istifadə edə bilməzsiniz"
@@ -2755,12 +2775,12 @@ msgstr "/usr ilə"
msgid "server"
msgstr "verici"
-#: fsedit.pm:157
+#: fsedit.pm:155
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""
-#: fsedit.pm:267
+#: fsedit.pm:265
#, c-format
msgid ""
"I cannot read the partition table of device %s, it's too corrupted for me :"
@@ -2779,22 +2799,22 @@ msgstr ""
"\n"
"Bütün bölmələri itirmək işinizə gəlir?\n"
-#: fsedit.pm:450
+#: fsedit.pm:448
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Bağlama nöqtələri / ilə başlamalıdır"
-#: fsedit.pm:451
+#: fsedit.pm:449
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr "Bağlama nöqtələri ancaq alfanumerik hərf daxil edə bilər"
-#: fsedit.pm:452
+#: fsedit.pm:450
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Onsuz da bağlama nöqtəsi %s olan bölmə mövcuddur\n"
-#: fsedit.pm:455
+#: fsedit.pm:453
#, fuzzy, c-format
msgid ""
"You've selected an encrypted partition as root (/).\n"
@@ -2805,18 +2825,18 @@ msgstr ""
"etdiniz. /boot bölməsi olmadan heç bir açılış yükləyicisi bunu aça bilməz.\n"
"Xahiş edirik, /boot bölməsini əlavə etməyi unutmayın"
-#: fsedit.pm:461 fsedit.pm:472
+#: fsedit.pm:459 fsedit.pm:470
#, c-format
msgid "You cannot use an encrypted filesystem for mount point %s"
msgstr ""
"%s bağlama nöqtəsi üçün şifrələnmiş fayl sistemi istifadə edə bilməzsiniz"
-#: fsedit.pm:464 fsedit.pm:466
+#: fsedit.pm:462 fsedit.pm:464
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "Bu qovluq kök fayl sistemi içərisində olmalıdır"
-#: fsedit.pm:468 fsedit.pm:470
+#: fsedit.pm:466 fsedit.pm:468
#, c-format
msgid ""
"You need a true filesystem (ext2/3/4, reiserfs, xfs, or jfs) for this mount "
@@ -5066,12 +5086,12 @@ msgstr ""
msgid "Password seems secure"
msgstr "Şifrə lazımdır"
-#: partition_table.pm:405
+#: partition_table.pm:462
#, c-format
msgid "mount failed: "
msgstr "bağlama bacarılmadı: "
-#: partition_table.pm:531
+#: partition_table.pm:632
#, c-format
msgid ""
"You have a hole in your partition table but I cannot use it.\n"
@@ -5136,7 +5156,7 @@ msgstr ""
msgid "Cannot add a partition to _formatted_ RAID %s"
msgstr "Disk bölməsi, _formatted_ RAİD md%d'ə əlavə edilə bilmədi"
-#: raid.pm:200
+#: raid.pm:201
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "%d səviyyə RAİD üçün çatmayan sayda disk bölməsi\n"
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index 43de4d6da..26e1c490f 100644
--- a/perl-install/share/po/be.po
+++ b/perl-install/share/po/be.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2016-12-12 23:00+0100\n"
+"POT-Creation-Date: 2018-11-03 11:40+0000\n"
"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be\n"
@@ -14,11 +14,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: any.pm:263 any.pm:1026 diskdrake/interactive.pm:650
+#: any.pm:263 any.pm:695 any.pm:1107 diskdrake/interactive.pm:650
#: diskdrake/interactive.pm:874 diskdrake/interactive.pm:936
#: diskdrake/interactive.pm:1028 diskdrake/interactive.pm:1055
#: diskdrake/interactive.pm:1286 diskdrake/interactive.pm:1344 do_pkgs.pm:342
-#: do_pkgs.pm:387 interactive.pm:712 pkgs.pm:293
+#: do_pkgs.pm:388 interactive.pm:712 pkgs.pm:293
#, c-format
msgid "Please wait"
msgstr "Калі ласка, пачакайце"
@@ -154,7 +154,7 @@ msgstr ""
msgid "Security"
msgstr "Бясьпека"
-#: any.pm:428 any.pm:950 any.pm:969 authentication.pm:249
+#: any.pm:428 any.pm:1028 any.pm:1047 authentication.pm:249
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
@@ -175,102 +175,112 @@ msgstr "Паспрабуйце яшчэ раз"
msgid "You cannot use a password with %s"
msgstr "Вы не можаце разбіваць на разделы, памер якіх меней за 32 Мб"
-#: any.pm:437 any.pm:953 any.pm:971 authentication.pm:250
+#: any.pm:437 any.pm:1031 any.pm:1049 authentication.pm:250
#, c-format
msgid "Password (again)"
msgstr "Паўтарыце пароль"
-#: any.pm:502
+#: any.pm:504 any.pm:671 any.pm:714
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "Настройка IDE"
+
+#: any.pm:508
#, c-format
-msgid "Image"
-msgstr "Вобраз"
+msgid "Install or update rEFInd in the EFI system partition"
+msgstr ""
-#: any.pm:503 any.pm:515
+#: any.pm:510
#, c-format
-msgid "Root"
-msgstr "Root"
+msgid "Install in /EFI/BOOT (workaround for some BIOSs)"
+msgstr ""
-#: any.pm:504 any.pm:642
+#: any.pm:550 any.pm:575 diskdrake/interactive.pm:411
+#, c-format
+msgid "Label"
+msgstr "Метка"
+
+#: any.pm:551 any.pm:559 any.pm:720
#, c-format
msgid "Append"
msgstr "Далучыць"
-#: any.pm:506
+#: any.pm:552 any.pm:564 any.pm:721
+#, c-format
+msgid "Video mode"
+msgstr "Відэа-рэжым"
+
+#: any.pm:557
+#, c-format
+msgid "Image"
+msgstr "Вобраз"
+
+#: any.pm:558 any.pm:570
+#, c-format
+msgid "Root"
+msgstr "Root"
+
+#: any.pm:561
#, c-format
msgid "Xen append"
msgstr ""
-#: any.pm:508
+#: any.pm:563
#, c-format
msgid "Requires password to boot"
msgstr ""
-#: any.pm:509 any.pm:643
-#, c-format
-msgid "Video mode"
-msgstr "Відэа-рэжым"
-
-#: any.pm:510
+#: any.pm:565
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:511
+#: any.pm:566
#, fuzzy, c-format
msgid "Network profile"
msgstr "Сеткавы інтэрфейс"
-#: any.pm:519 diskdrake/interactive.pm:411
-#, c-format
-msgid "Label"
-msgstr "Метка"
-
-#: any.pm:521 any.pm:640 harddrake/v4l.pm:438
+#: any.pm:577 any.pm:718 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Па дамаўленню"
-#: any.pm:529
+#: any.pm:585
#, c-format
msgid "Empty label not allowed"
msgstr "Пустая метка не дазваляецца"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a kernel image"
msgstr ""
-#: any.pm:530
+#: any.pm:586
#, fuzzy, c-format
msgid "You must specify a root partition"
msgstr "Першы сектар загрузачнага раздзелу"
-#: any.pm:531
+#: any.pm:587
#, c-format
msgid "This label is already used"
msgstr "Гэтая метка ўжо выкарыстоўваецца"
-#: any.pm:549
+#: any.pm:611
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Які тып пункта жадаеце дадаць?"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Linux"
msgstr "Linux"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Other OS (Windows...)"
msgstr "Іншая АС (Windows...)"
-#: any.pm:597 any.pm:636
-#, fuzzy, c-format
-msgid "Bootloader Configuration"
-msgstr "Настройка IDE"
-
-#: any.pm:598
+#: any.pm:672
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -279,12 +289,12 @@ msgstr ""
"У меню маюцца наступныя пункты.\n"
"Вы можаце дадаць яшчэ, альбо змяніць існуючыя."
-#: any.pm:645
+#: any.pm:723
#, c-format
msgid "Do not touch ESP or MBR"
msgstr ""
-#: any.pm:647 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:458
+#: any.pm:725 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:460
#: diskdrake/interactive.pm:305 diskdrake/interactive.pm:391
#: diskdrake/interactive.pm:605 diskdrake/interactive.pm:820
#: diskdrake/interactive.pm:885 diskdrake/interactive.pm:1053
@@ -296,66 +306,66 @@ msgstr ""
msgid "Warning"
msgstr "Увага!"
-#: any.pm:648
+#: any.pm:726
#, c-format
msgid ""
"Not installing on ESP or MBR means that the installation is not bootable "
"unless chain loaded from another OS!"
msgstr ""
-#: any.pm:652
+#: any.pm:730
#, c-format
msgid "Probe Foreign OS"
msgstr ""
-#: any.pm:653
+#: any.pm:731
#, c-format
msgid ""
"If grub2 takes too long to install, you can use this option to skip "
"detecting other OSes and make it fast"
msgstr ""
-#: any.pm:909
+#: any.pm:987
#, c-format
msgid "access to X programs"
msgstr ""
-#: any.pm:910
+#: any.pm:988
#, c-format
msgid "access to rpm tools"
msgstr ""
-#: any.pm:911
+#: any.pm:989
#, c-format
msgid "allow \"su\""
msgstr ""
-#: any.pm:912
+#: any.pm:990
#, fuzzy, c-format
msgid "access to administrative files"
msgstr "Выкарыстоўваць настройкі сыстэмнага адміністратара"
-#: any.pm:913
+#: any.pm:991
#, c-format
msgid "access to network tools"
msgstr ""
-#: any.pm:914
+#: any.pm:992
#, fuzzy, c-format
msgid "access to compilation tools"
msgstr "Канфігурацыя сістэмных сэрвісаў"
-#: any.pm:920
+#: any.pm:998
#, c-format
msgid "(already added %s)"
msgstr "(ужо дададзена %s)"
-#: any.pm:926
+#: any.pm:1004
#, c-format
msgid "Please give a user name"
msgstr "Калі ласка, увядзіце імя карыстальніку"
-#: any.pm:927
+#: any.pm:1005
#, fuzzy, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
@@ -364,154 +374,154 @@ msgstr ""
"Імя карыстальніку павінна змяшчаць літары толькі на ніжнім рэгістры, \n"
"лічбы, ‛-’ і ‛_’"
-#: any.pm:928
+#: any.pm:1006
#, fuzzy, c-format
msgid "The user name is too long"
msgstr "Імя занадта доўгае"
-#: any.pm:929
+#: any.pm:1007
#, c-format
msgid "This user name has already been added"
msgstr "Гэта імя карыстальніку ўжо дададзена"
-#: any.pm:935 any.pm:973
+#: any.pm:1013 any.pm:1051
#, c-format
msgid "User ID"
msgstr "ID карыстальніка"
-#: any.pm:935 any.pm:974
+#: any.pm:1013 any.pm:1052
#, c-format
msgid "Group ID"
msgstr "ID групы"
-#: any.pm:936
+#: any.pm:1014
#, fuzzy, c-format
msgid "%s must be a number"
msgstr "UIN павінен утрымліваць толькі лічбы.\n"
-#: any.pm:937
+#: any.pm:1015
#, c-format
msgid "%s should be above 1000. Accept anyway?"
msgstr ""
-#: any.pm:941
+#: any.pm:1019
#, fuzzy, c-format
msgid "User management"
msgstr "Карыстальнік"
-#: any.pm:947
+#: any.pm:1025
#, c-format
msgid "Enable guest account"
msgstr ""
-#: any.pm:949 authentication.pm:236
+#: any.pm:1027 authentication.pm:236
#, fuzzy, c-format
msgid "Set administrator (root) password"
msgstr "Пароль для root"
-#: any.pm:955
+#: any.pm:1033
#, fuzzy, c-format
msgid "Enter a user"
msgstr ""
"Увядзіце імя карыстальніку\n"
"%s"
-#: any.pm:957
+#: any.pm:1035
#, c-format
msgid "Icon"
msgstr "Піктаграма"
-#: any.pm:960
+#: any.pm:1038
#, c-format
msgid "Real name"
msgstr "Уласнае імя"
-#: any.pm:967
+#: any.pm:1045
#, fuzzy, c-format
msgid "Login name"
msgstr "Гульня ў косьці"
-#: any.pm:972
+#: any.pm:1050
#, c-format
msgid "Shell"
msgstr "Абалонка:"
-#: any.pm:976
+#: any.pm:1054
#, c-format
msgid "Extra Groups:"
msgstr ""
-#: any.pm:1026
+#: any.pm:1107
#, fuzzy, c-format
msgid "Please wait, adding media..."
msgstr "Падрыхтоўка ўсталяваньня"
-#: any.pm:1078 security/l10n.pm:14
+#: any.pm:1159 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Аўтаматычны ўваход у сістэму"
-#: any.pm:1079
+#: any.pm:1160
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
-#: any.pm:1080
+#: any.pm:1161
#, fuzzy, c-format
msgid "Use this feature"
msgstr "Зачыніць гэтую тэчку"
-#: any.pm:1081
+#: any.pm:1162
#, c-format
msgid "Choose the default user:"
msgstr "Абярыце асноўнага карыстальніка:"
-#: any.pm:1082
+#: any.pm:1163
#, c-format
msgid "Choose the window manager to run:"
msgstr "Абярыце мэнэджар вокнаў:"
-#: any.pm:1093 any.pm:1108 any.pm:1177
+#: any.pm:1174 any.pm:1189 any.pm:1258
#, fuzzy, c-format
msgid "Release Notes"
msgstr "Калі ласка, пачакайце"
-#: any.pm:1115 any.pm:1476 interactive/gtk.pm:820
+#: any.pm:1196 any.pm:1560 interactive/gtk.pm:820
#, c-format
msgid "Close"
msgstr "Зачыніць"
-#: any.pm:1163
+#: any.pm:1244
#, c-format
msgid "License agreement"
msgstr "Ліцэнзійная дамова"
-#: any.pm:1165 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
+#: any.pm:1246 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
#, c-format
msgid "Quit"
msgstr "Выхад"
-#: any.pm:1172
+#: any.pm:1253
#, fuzzy, c-format
msgid "Do you accept this license ?"
msgstr "Ці ёсць у вас іншы?"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Accept"
msgstr "Прыняць"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Refuse"
msgstr "Адказаць"
-#: any.pm:1199 any.pm:1262
+#: any.pm:1280 any.pm:1343
#, fuzzy, c-format
msgid "Please choose a language to use"
msgstr "калі ласка, пазначце тып вашай мышы"
-#: any.pm:1227
+#: any.pm:1308
#, fuzzy, c-format
msgid ""
"%s can support multiple languages. Select\n"
@@ -519,87 +529,87 @@ msgid ""
"when your installation is complete and you restart your system."
msgstr "Вы можаце абраць іншыя мовы, якія будуць даступны пасля ўсталявання"
-#: any.pm:1229 fs/partitioning_wizard.pm:194
+#: any.pm:1310 fs/partitioning_wizard.pm:194
#, c-format
msgid "Mageia"
msgstr "Mageia"
-#: any.pm:1230
+#: any.pm:1311
#, fuzzy, c-format
msgid "Multiple languages"
msgstr "Выбар мовы"
-#: any.pm:1231
+#: any.pm:1312
#, c-format
msgid "Select Additional Languages"
msgstr ""
-#: any.pm:1240 any.pm:1271
+#: any.pm:1321 any.pm:1352
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr ""
-#: any.pm:1241
+#: any.pm:1322
#, fuzzy, c-format
msgid "All languages"
msgstr "Выбар мовы"
-#: any.pm:1263
+#: any.pm:1344
#, fuzzy, c-format
msgid "Language choice"
msgstr "Выбар мовы"
-#: any.pm:1317
+#: any.pm:1398
#, fuzzy, c-format
msgid "Country / Region"
msgstr "Краіна - рэгіён і мова"
-#: any.pm:1318
+#: any.pm:1399
#, fuzzy, c-format
msgid "Please choose your country"
msgstr "калі ласка, пазначце тып вашай мышы"
-#: any.pm:1320
+#: any.pm:1401
#, c-format
msgid "Here is the full list of available countries"
msgstr ""
-#: any.pm:1321
+#: any.pm:1402
#, fuzzy, c-format
msgid "Other Countries"
msgstr "Парты вываду:"
-#: any.pm:1321 interactive.pm:491 interactive/gtk.pm:444
+#: any.pm:1402 interactive.pm:491 interactive/gtk.pm:444
#, c-format
msgid "Advanced"
msgstr "Адмысловае"
-#: any.pm:1327
+#: any.pm:1408
#, c-format
msgid "Input method:"
msgstr ""
-#: any.pm:1330
+#: any.pm:1411
#, c-format
msgid "None"
msgstr "Нічога"
-#: any.pm:1421
+#: any.pm:1505
#, fuzzy, c-format
msgid "No sharing"
msgstr "Нічога"
-#: any.pm:1421
+#: any.pm:1505
#, fuzzy, c-format
msgid "Allow all users"
msgstr "Дадаць карыстальніка"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Custom"
msgstr "Па выбару"
-#: any.pm:1425
+#: any.pm:1509
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -609,86 +619,86 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: any.pm:1437
+#: any.pm:1521
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
-#: any.pm:1440
+#: any.pm:1524
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
-#: any.pm:1448
+#: any.pm:1532
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr ""
-#: any.pm:1476
+#: any.pm:1560
#, c-format
msgid "Launch userdrake"
msgstr ""
-#: any.pm:1478
+#: any.pm:1562
#, 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:1585
+#: any.pm:1669
#, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
"logout now."
msgstr ""
-#: any.pm:1589
+#: any.pm:1673
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: any.pm:1624
+#: any.pm:1708
#, fuzzy, c-format
msgid "Timezone"
msgstr "Тэма"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Which is your timezone?"
msgstr "Які ваш часавы пояс?"
-#: any.pm:1647 any.pm:1649
+#: any.pm:1731 any.pm:1733
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr ""
-#: any.pm:1650
+#: any.pm:1734
#, c-format
msgid "What is the best time?"
msgstr ""
-#: any.pm:1654
+#: any.pm:1738
#, fuzzy, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "Ваш сістэмны гадзіннік усталяваны на GMT?"
-#: any.pm:1655
+#: any.pm:1739
#, fuzzy, c-format
msgid "%s (hardware clock set to local time)"
msgstr "Ваш сістэмны гадзіннік усталяваны на GMT?"
-#: any.pm:1657
+#: any.pm:1741
#, fuzzy, c-format
msgid "NTP Server"
msgstr "NIS сэервер:"
-#: any.pm:1658
+#: any.pm:1742
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr ""
@@ -1012,7 +1022,7 @@ msgid "Domain Admin Password"
msgstr "Яшчэ раз пароль:"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:1122
+#: bootloader.pm:1217
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1022,51 +1032,61 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:1287
+#: bootloader.pm:1386
#, c-format
msgid "LILO with text menu"
msgstr ""
-#: bootloader.pm:1288
+#: bootloader.pm:1387
#, c-format
msgid "GRUB2 with graphical menu"
msgstr ""
-#: bootloader.pm:1289
+#: bootloader.pm:1388
#, c-format
msgid "GRUB2 with text menu"
msgstr ""
-#: bootloader.pm:1290
+#: bootloader.pm:1389
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:1291
+#: bootloader.pm:1390
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:1378
+#: bootloader.pm:1391
+#, c-format
+msgid "rEFInd with graphical menu"
+msgstr ""
+
+#: bootloader.pm:1392
+#, c-format
+msgid "U-Boot/Extlinux with text menu"
+msgstr ""
+
+#: bootloader.pm:1480
#, c-format
msgid "not enough room in /boot"
msgstr "Не хапае дыскавай прасторы ў /boot"
-#: bootloader.pm:2393
+#: bootloader.pm:2610
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:2406
+#: bootloader.pm:2623
#, c-format
msgid ""
"The bootloader cannot be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:2407
+#: bootloader.pm:2624
#, fuzzy, c-format
msgid "Re-install Boot Loader"
msgstr "Усталяванне загрузчыку"
@@ -1172,7 +1192,7 @@ msgstr "Выдаліць"
msgid "Done"
msgstr "Зроблена"
-#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:323
+#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:325
#: diskdrake/interactive.pm:246 diskdrake/interactive.pm:259
#: diskdrake/interactive.pm:460 diskdrake/interactive.pm:535
#: diskdrake/interactive.pm:553 diskdrake/interactive.pm:558
@@ -1181,7 +1201,7 @@ msgstr "Зроблена"
#: diskdrake/interactive.pm:1242 diskdrake/interactive.pm:1245
#: diskdrake/interactive.pm:1513 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:49
#: do_pkgs.pm:54 do_pkgs.pm:79 do_pkgs.pm:103 do_pkgs.pm:108 do_pkgs.pm:142
-#: fsedit.pm:266 interactive/http.pm:117 interactive/http.pm:118
+#: fsedit.pm:264 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:94 scanner.pm:105 scanner.pm:112
#: scanner.pm:119 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
@@ -1262,7 +1282,7 @@ msgstr "Працягнуць"
msgid "Help"
msgstr "Дапамога"
-#: diskdrake/hd_gtk.pm:257
+#: diskdrake/hd_gtk.pm:259
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1270,78 +1290,78 @@ msgid ""
"(click on it, then click on \"Resize\")"
msgstr ""
-#: diskdrake/hd_gtk.pm:259
+#: diskdrake/hd_gtk.pm:261
#, c-format
msgid "Please click on a partition"
msgstr "Націсніце на раздзел"
-#: diskdrake/hd_gtk.pm:273 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:275 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "Падрабязнасці"
-#: diskdrake/hd_gtk.pm:323
+#: diskdrake/hd_gtk.pm:325
#, fuzzy, c-format
msgid "No hard disk drives found"
msgstr "Вызначэнне жорсткага дыску"
-#: diskdrake/hd_gtk.pm:362
+#: diskdrake/hd_gtk.pm:364
#, c-format
msgid "Unknown"
msgstr "Невядома"
-#: diskdrake/hd_gtk.pm:429
+#: diskdrake/hd_gtk.pm:431
#, fuzzy, c-format
msgid "Ext4"
msgstr "Выход"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, fuzzy, c-format
msgid "XFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Swap"
msgstr "Swap"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Windows"
msgstr "Вокны"
-#: diskdrake/hd_gtk.pm:430 fs/partitioning_wizard.pm:437 services.pm:201
+#: diskdrake/hd_gtk.pm:432 fs/partitioning_wizard.pm:437 services.pm:201
#, c-format
msgid "Other"
msgstr "Іншыя"
-#: diskdrake/hd_gtk.pm:430 diskdrake/interactive.pm:1397
+#: diskdrake/hd_gtk.pm:432 diskdrake/interactive.pm:1397
#: fs/partitioning_wizard.pm:437
#, c-format
msgid "Empty"
msgstr "Пуста"
-#: diskdrake/hd_gtk.pm:437
+#: diskdrake/hd_gtk.pm:439
#, c-format
msgid "Filesystem types:"
msgstr "Тыпы файлавых сістэмаў:"
-#: diskdrake/hd_gtk.pm:458
+#: diskdrake/hd_gtk.pm:460
#, fuzzy, c-format
msgid "This partition is already empty"
msgstr "Памеры якога раздзела вы жадаеце змяніць?"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Спачатку зрабіце ‟Unmount”"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, fuzzy, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr "Выкарыстоўвайце ‟%s” замест"
-#: diskdrake/hd_gtk.pm:467 diskdrake/interactive.pm:409
+#: diskdrake/hd_gtk.pm:469 diskdrake/interactive.pm:409
#: diskdrake/interactive.pm:644 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
@@ -2223,7 +2243,7 @@ msgstr "Наступныя пакеты будуць даданы да сіст
msgid "Installing packages..."
msgstr "Усталяванне пакету %s"
-#: do_pkgs.pm:387 pkgs.pm:293
+#: do_pkgs.pm:388 pkgs.pm:293
#, fuzzy, c-format
msgid "Removing packages..."
msgstr "Прагляд даступных пакетаў"
@@ -2242,7 +2262,7 @@ msgstr ""
msgid "You must have a ESP FAT32 partition mounted in /boot/EFI"
msgstr ""
-#: fs/any.pm:81 fs/partitioning_wizard.pm:82
+#: fs/any.pm:83 fs/partitioning_wizard.pm:82
#, c-format
msgid ""
"You must have a BIOS boot partition for non-UEFI GPT-partitioned disks. "
@@ -2294,7 +2314,7 @@ msgstr ""
msgid "Checking %s"
msgstr "Праверка правапісу"
-#: fs/mount.pm:126 partition_table.pm:399
+#: fs/mount.pm:126 partition_table.pm:456
#, c-format
msgid "error unmounting %s: %s"
msgstr "памылка разманціравання %s: %s"
@@ -2585,7 +2605,7 @@ msgid ""
"to use?"
msgstr "На які з маючыхся жорсткіх дыскаў Вы жадаеце ўсталяваць Linux?"
-#: fs/partitioning_wizard.pm:271 fsedit.pm:638
+#: fs/partitioning_wizard.pm:271 fsedit.pm:641
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Усе існуючыя раздзелы на дыску %s і дадзеныя на іх будуць страчаны"
@@ -2634,17 +2654,17 @@ msgstr ""
msgid "Partitioning failed: %s"
msgstr "Падрыхтоўка разделаў не ўдалася: %s"
-#: fs/type.pm:382
+#: fs/type.pm:383
#, fuzzy, c-format
msgid "You cannot use JFS for partitions smaller than 16MB"
msgstr "Вы не можаце разбіваць на разделы, памер якіх меней за 32 Мб"
-#: fs/type.pm:383
+#: fs/type.pm:384
#, c-format
msgid "You cannot use ReiserFS for partitions smaller than 32MB"
msgstr "Вы не можаце разбіваць на разделы, памер якіх меней за 32 Мб"
-#: fs/type.pm:384
+#: fs/type.pm:385
#, fuzzy, c-format
msgid "You cannot use btrfs for partitions smaller than 256MB"
msgstr "Вы не можаце разбіваць на разделы, памер якіх меней за 32 Мб"
@@ -2664,12 +2684,12 @@ msgstr ""
msgid "server"
msgstr "сэервер"
-#: fsedit.pm:157
+#: fsedit.pm:155
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""
-#: fsedit.pm:267
+#: fsedit.pm:265
#, c-format
msgid ""
"I cannot read the partition table of device %s, it's too corrupted for me :"
@@ -2681,22 +2701,22 @@ msgid ""
"Do you agree to lose all the partitions?\n"
msgstr ""
-#: fsedit.pm:450
+#: fsedit.pm:448
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Пункт манціравання павінен пачынацца з /"
-#: fsedit.pm:451
+#: fsedit.pm:449
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr ""
-#: fsedit.pm:452
+#: fsedit.pm:450
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Ужо ёсць раздзел з пунктам манціравання %s\n"
-#: fsedit.pm:455
+#: fsedit.pm:453
#, c-format
msgid ""
"You've selected an encrypted partition as root (/).\n"
@@ -2704,17 +2724,17 @@ msgid ""
"Please be sure to add a separate /boot partition"
msgstr ""
-#: fsedit.pm:461 fsedit.pm:472
+#: fsedit.pm:459 fsedit.pm:470
#, c-format
msgid "You cannot use an encrypted filesystem for mount point %s"
msgstr ""
-#: fsedit.pm:464 fsedit.pm:466
+#: fsedit.pm:462 fsedit.pm:464
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "Гэты каталог павінен знаходзіцца ўнутры каранёвай файлавай сістэмы"
-#: fsedit.pm:468 fsedit.pm:470
+#: fsedit.pm:466 fsedit.pm:468
#, c-format
msgid ""
"You need a true filesystem (ext2/3/4, reiserfs, xfs, or jfs) for this mount "
@@ -4840,12 +4860,12 @@ msgstr ""
msgid "Password seems secure"
msgstr "Настроіць паролі"
-#: partition_table.pm:405
+#: partition_table.pm:462
#, c-format
msgid "mount failed: "
msgstr "памылка манціравання: "
-#: partition_table.pm:531
+#: partition_table.pm:632
#, c-format
msgid ""
"You have a hole in your partition table but I cannot use it.\n"
@@ -4907,7 +4927,7 @@ msgstr ""
msgid "Cannot add a partition to _formatted_ RAID %s"
msgstr "Не атрымліваецца дадаць раздзел на _адфармаціраваны_ RAID md%d"
-#: raid.pm:200
+#: raid.pm:201
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "Недастаткова раздзелаў для RAID узроўня %d\n"
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index dc02cb597..317de54a6 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
-"POT-Creation-Date: 2016-12-12 23:00+0100\n"
+"POT-Creation-Date: 2018-11-03 11:40+0000\n"
"PO-Revision-Date: 2016-04-16 21:43+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Bulgarian (http://www.transifex.com/MageiaLinux/mageia/"
@@ -21,11 +21,11 @@ msgstr ""
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: any.pm:263 any.pm:1026 diskdrake/interactive.pm:650
+#: any.pm:263 any.pm:695 any.pm:1107 diskdrake/interactive.pm:650
#: diskdrake/interactive.pm:874 diskdrake/interactive.pm:936
#: diskdrake/interactive.pm:1028 diskdrake/interactive.pm:1055
#: diskdrake/interactive.pm:1286 diskdrake/interactive.pm:1344 do_pkgs.pm:342
-#: do_pkgs.pm:387 interactive.pm:712 pkgs.pm:293
+#: do_pkgs.pm:388 interactive.pm:712 pkgs.pm:293
#, c-format
msgid "Please wait"
msgstr "Моля, изчакайте"
@@ -168,7 +168,7 @@ msgstr "Включи Local APIC"
msgid "Security"
msgstr "Сигурност"
-#: any.pm:428 any.pm:950 any.pm:969 authentication.pm:249
+#: any.pm:428 any.pm:1028 any.pm:1047 authentication.pm:249
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
@@ -189,102 +189,112 @@ msgstr "Моля, опитайте отново"
msgid "You cannot use a password with %s"
msgstr "Вие не можете да използвате парола включваща %s"
-#: any.pm:437 any.pm:953 any.pm:971 authentication.pm:250
+#: any.pm:437 any.pm:1031 any.pm:1049 authentication.pm:250
#, c-format
msgid "Password (again)"
msgstr "Парола (повтори)"
-#: any.pm:502
+#: any.pm:504 any.pm:671 any.pm:714
#, c-format
-msgid "Image"
-msgstr "Образ"
+msgid "Bootloader Configuration"
+msgstr "Конфигуриране на програмата за начално зареждане"
-#: any.pm:503 any.pm:515
+#: any.pm:508
#, c-format
-msgid "Root"
-msgstr "Коренов дял"
+msgid "Install or update rEFInd in the EFI system partition"
+msgstr ""
-#: any.pm:504 any.pm:642
+#: any.pm:510
+#, c-format
+msgid "Install in /EFI/BOOT (workaround for some BIOSs)"
+msgstr ""
+
+#: any.pm:550 any.pm:575 diskdrake/interactive.pm:411
+#, c-format
+msgid "Label"
+msgstr "Име"
+
+#: any.pm:551 any.pm:559 any.pm:720
#, c-format
msgid "Append"
msgstr "Параметри"
-#: any.pm:506
+#: any.pm:552 any.pm:564 any.pm:721
+#, c-format
+msgid "Video mode"
+msgstr "Видео режим"
+
+#: any.pm:557
+#, c-format
+msgid "Image"
+msgstr "Образ"
+
+#: any.pm:558 any.pm:570
+#, c-format
+msgid "Root"
+msgstr "Коренов дял"
+
+#: any.pm:561
#, c-format
msgid "Xen append"
msgstr "Xen параметри"
-#: any.pm:508
+#: any.pm:563
#, c-format
msgid "Requires password to boot"
msgstr ""
-#: any.pm:509 any.pm:643
-#, c-format
-msgid "Video mode"
-msgstr "Видео режим"
-
-#: any.pm:510
+#: any.pm:565
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:511
+#: any.pm:566
#, c-format
msgid "Network profile"
msgstr "Мрежов профил"
-#: any.pm:519 diskdrake/interactive.pm:411
-#, c-format
-msgid "Label"
-msgstr "Име"
-
-#: any.pm:521 any.pm:640 harddrake/v4l.pm:438
+#: any.pm:577 any.pm:718 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "По подразбиране"
-#: any.pm:529
+#: any.pm:585
#, c-format
msgid "Empty label not allowed"
msgstr "Полето 'Име' не трябва да е празно"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a kernel image"
msgstr "Трябва да зададете обаз на ядрото"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a root partition"
msgstr "Трябва да зададете коренов дял"
-#: any.pm:531
+#: any.pm:587
#, c-format
msgid "This label is already used"
msgstr "Това 'Име' вече се използва"
-#: any.pm:549
+#: any.pm:611
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Какъв тип информация искате да прибавите"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Linux"
msgstr "Linux"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Other OS (Windows...)"
msgstr "Друга ОС (Windows...)"
-#: any.pm:597 any.pm:636
-#, c-format
-msgid "Bootloader Configuration"
-msgstr "Конфигуриране на програмата за начално зареждане"
-
-#: any.pm:598
+#: any.pm:672
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -293,12 +303,12 @@ msgstr ""
"Това са записите в менюто за начално зареждане.\n"
"Можете да добавите още или да промените съществуващите."
-#: any.pm:645
+#: any.pm:723
#, c-format
msgid "Do not touch ESP or MBR"
msgstr ""
-#: any.pm:647 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:458
+#: any.pm:725 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:460
#: diskdrake/interactive.pm:305 diskdrake/interactive.pm:391
#: diskdrake/interactive.pm:605 diskdrake/interactive.pm:820
#: diskdrake/interactive.pm:885 diskdrake/interactive.pm:1053
@@ -310,220 +320,220 @@ msgstr ""
msgid "Warning"
msgstr "Предупреждение"
-#: any.pm:648
+#: any.pm:726
#, c-format
msgid ""
"Not installing on ESP or MBR means that the installation is not bootable "
"unless chain loaded from another OS!"
msgstr ""
-#: any.pm:652
+#: any.pm:730
#, c-format
msgid "Probe Foreign OS"
msgstr ""
-#: any.pm:653
+#: any.pm:731
#, c-format
msgid ""
"If grub2 takes too long to install, you can use this option to skip "
"detecting other OSes and make it fast"
msgstr ""
-#: any.pm:909
+#: any.pm:987
#, c-format
msgid "access to X programs"
msgstr "достъп до X програми"
-#: any.pm:910
+#: any.pm:988
#, c-format
msgid "access to rpm tools"
msgstr "достъп до rpm инструменти"
-#: any.pm:911
+#: any.pm:989
#, c-format
msgid "allow \"su\""
msgstr "позволява \"su\""
-#: any.pm:912
+#: any.pm:990
#, c-format
msgid "access to administrative files"
msgstr "достъп до файлове за администриране"
-#: any.pm:913
+#: any.pm:991
#, c-format
msgid "access to network tools"
msgstr "достъп до мрежови инструменти"
-#: any.pm:914
+#: any.pm:992
#, c-format
msgid "access to compilation tools"
msgstr "достъп до инструменти за разработка"
-#: any.pm:920
+#: any.pm:998
#, c-format
msgid "(already added %s)"
msgstr "(вече прибавих %s)"
-#: any.pm:926
+#: any.pm:1004
#, c-format
msgid "Please give a user name"
msgstr "Моля, задайте потребителско име"
-#: any.pm:927
+#: any.pm:1005
#, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
"cased letters, numbers, `-' and `_'"
msgstr ""
-#: any.pm:928
+#: any.pm:1006
#, c-format
msgid "The user name is too long"
msgstr "Това потребителско име е твърде дълго"
-#: any.pm:929
+#: any.pm:1007
#, c-format
msgid "This user name has already been added"
msgstr "Това потребителско име е вече добавено"
-#: any.pm:935 any.pm:973
+#: any.pm:1013 any.pm:1051
#, c-format
msgid "User ID"
msgstr "Потребителски номер"
-#: any.pm:935 any.pm:974
+#: any.pm:1013 any.pm:1052
#, c-format
msgid "Group ID"
msgstr "Номер на група"
-#: any.pm:936
+#: any.pm:1014
#, c-format
msgid "%s must be a number"
msgstr "%s трябва да е число"
-#: any.pm:937
+#: any.pm:1015
#, c-format
msgid "%s should be above 1000. Accept anyway?"
msgstr ""
-#: any.pm:941
+#: any.pm:1019
#, c-format
msgid "User management"
msgstr "Управление на потребител"
-#: any.pm:947
+#: any.pm:1025
#, c-format
msgid "Enable guest account"
msgstr ""
-#: any.pm:949 authentication.pm:236
+#: any.pm:1027 authentication.pm:236
#, c-format
msgid "Set administrator (root) password"
msgstr ""
-#: any.pm:955
+#: any.pm:1033
#, c-format
msgid "Enter a user"
msgstr "Въведете потребител"
-#: any.pm:957
+#: any.pm:1035
#, c-format
msgid "Icon"
msgstr "Икона"
-#: any.pm:960
+#: any.pm:1038
#, c-format
msgid "Real name"
msgstr "Истинско име"
-#: any.pm:967
+#: any.pm:1045
#, c-format
msgid "Login name"
msgstr "Потебителско име"
-#: any.pm:972
+#: any.pm:1050
#, c-format
msgid "Shell"
msgstr "Обвивка"
-#: any.pm:976
+#: any.pm:1054
#, c-format
msgid "Extra Groups:"
msgstr ""
-#: any.pm:1026
+#: any.pm:1107
#, c-format
msgid "Please wait, adding media..."
msgstr "Моля, изчакайте. Обновява се източник..."
-#: any.pm:1078 security/l10n.pm:14
+#: any.pm:1159 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Автоматично влизане"
-#: any.pm:1079
+#: any.pm:1160
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
"Мога да настроя компютъра ви за автоматично влизане в системата като някой "
"потребител."
-#: any.pm:1080
+#: any.pm:1161
#, c-format
msgid "Use this feature"
msgstr "Използвай тази характеристика"
-#: any.pm:1081
+#: any.pm:1162
#, c-format
msgid "Choose the default user:"
msgstr "Изберете подразбиращ се потребител:"
-#: any.pm:1082
+#: any.pm:1163
#, c-format
msgid "Choose the window manager to run:"
msgstr "Изберете графична среда за стартиране:"
-#: any.pm:1093 any.pm:1108 any.pm:1177
+#: any.pm:1174 any.pm:1189 any.pm:1258
#, c-format
msgid "Release Notes"
msgstr "Бележки към версията"
-#: any.pm:1115 any.pm:1476 interactive/gtk.pm:820
+#: any.pm:1196 any.pm:1560 interactive/gtk.pm:820
#, c-format
msgid "Close"
msgstr "Затвори"
-#: any.pm:1163
+#: any.pm:1244
#, c-format
msgid "License agreement"
msgstr "Лицензионен договор"
-#: any.pm:1165 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
+#: any.pm:1246 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
#, c-format
msgid "Quit"
msgstr "Изход"
-#: any.pm:1172
+#: any.pm:1253
#, c-format
msgid "Do you accept this license ?"
msgstr "Приемате ли този лиценз ?"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Accept"
msgstr "Приеми"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Refuse"
msgstr "Откажи"
-#: any.pm:1199 any.pm:1262
+#: any.pm:1280 any.pm:1343
#, c-format
msgid "Please choose a language to use"
msgstr "Моля, изберете език"
-#: any.pm:1227
+#: any.pm:1308
#, c-format
msgid ""
"%s can support multiple languages. Select\n"
@@ -531,87 +541,87 @@ msgid ""
"when your installation is complete and you restart your system."
msgstr ""
-#: any.pm:1229 fs/partitioning_wizard.pm:194
+#: any.pm:1310 fs/partitioning_wizard.pm:194
#, c-format
msgid "Mageia"
msgstr "Mageia"
-#: any.pm:1230
+#: any.pm:1311
#, c-format
msgid "Multiple languages"
msgstr ""
-#: any.pm:1231
+#: any.pm:1312
#, c-format
msgid "Select Additional Languages"
msgstr ""
-#: any.pm:1240 any.pm:1271
+#: any.pm:1321 any.pm:1352
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr "Съвместимост с преди използващи се (различни от UTF-8) кодировки"
-#: any.pm:1241
+#: any.pm:1322
#, c-format
msgid "All languages"
msgstr "Всички езици"
-#: any.pm:1263
+#: any.pm:1344
#, c-format
msgid "Language choice"
msgstr "Избор на език"
-#: any.pm:1317
+#: any.pm:1398
#, c-format
msgid "Country / Region"
msgstr "Страна / Регион"
-#: any.pm:1318
+#: any.pm:1399
#, c-format
msgid "Please choose your country"
msgstr "Моля, изберете вашата държава"
-#: any.pm:1320
+#: any.pm:1401
#, c-format
msgid "Here is the full list of available countries"
msgstr "Пълен списък на достръпните страни"
-#: any.pm:1321
+#: any.pm:1402
#, c-format
msgid "Other Countries"
msgstr "Други държави"
-#: any.pm:1321 interactive.pm:491 interactive/gtk.pm:444
+#: any.pm:1402 interactive.pm:491 interactive/gtk.pm:444
#, c-format
msgid "Advanced"
msgstr "Разширени настройки"
-#: any.pm:1327
+#: any.pm:1408
#, c-format
msgid "Input method:"
msgstr " Метод за въвеждане:"
-#: any.pm:1330
+#: any.pm:1411
#, c-format
msgid "None"
msgstr "Няма"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "No sharing"
msgstr "Без споделяне"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Allow all users"
msgstr "Позволи на всички потребители"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Custom"
msgstr "Позволи на отделни потребители"
-#: any.pm:1425
+#: any.pm:1509
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -628,7 +638,7 @@ msgstr ""
"\"Позволи на отделни потребители\" разрешава споделянето само на "
"потребителите, които са членове на групата \"fileshare\".\n"
-#: any.pm:1437
+#: any.pm:1521
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
@@ -638,7 +648,7 @@ msgstr ""
"ограничено \n"
" приложима за Mac OS X и Windows."
-#: any.pm:1440
+#: any.pm:1524
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
@@ -648,7 +658,7 @@ msgstr ""
"повечето\n"
" съвременни Linux системи."
-#: any.pm:1448
+#: any.pm:1532
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
@@ -656,12 +666,12 @@ msgstr ""
"Вие може да споделяте файлове използвайки NFS или SMB протоколи. \n"
"Моля, изберете кой от тях ще използвате."
-#: any.pm:1476
+#: any.pm:1560
#, c-format
msgid "Launch userdrake"
msgstr "Стартира userdrake"
-#: any.pm:1478
+#: any.pm:1562
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
@@ -670,56 +680,56 @@ msgstr ""
"За споделянето на потребителски директории използва група \"fileshare\".\n"
"Може да използвате userdrake, за да добавите потребител към тази група."
-#: any.pm:1585
+#: any.pm:1669
#, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
"logout now."
msgstr ""
-#: any.pm:1589
+#: any.pm:1673
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"За да се активират направените промени е необходимо да излезете от текущата "
"сесия и отново да влезете"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Timezone"
msgstr "Часова зона"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Which is your timezone?"
msgstr "Коя е вашата времевата зона?"
-#: any.pm:1647 any.pm:1649
+#: any.pm:1731 any.pm:1733
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr "Дата, Часовник и Настройки на часова зона"
-#: any.pm:1650
+#: any.pm:1734
#, c-format
msgid "What is the best time?"
msgstr "Кое е най-доброто време?"
-#: any.pm:1654
+#: any.pm:1738
#, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "%s (хадруерният часовник е настроен по GMT)"
-#: any.pm:1655
+#: any.pm:1739
#, c-format
msgid "%s (hardware clock set to local time)"
msgstr "%s (хадруерният часовник е настроен по локалното време)"
-#: any.pm:1657
+#: any.pm:1741
#, c-format
msgid "NTP Server"
msgstr "NTP сървър"
-#: any.pm:1658
+#: any.pm:1742
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Автоматична синхронизация на времето (използва NTP)"
@@ -1042,7 +1052,7 @@ msgid "Domain Admin Password"
msgstr "Парола за администратор на домейн"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:1122
+#: bootloader.pm:1217
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1057,37 +1067,47 @@ msgstr ""
"изчакайте да се зареди избраната по подразбиране.\n"
"\n"
-#: bootloader.pm:1287
+#: bootloader.pm:1386
#, c-format
msgid "LILO with text menu"
msgstr "LILO с текстово меню"
-#: bootloader.pm:1288
+#: bootloader.pm:1387
#, c-format
msgid "GRUB2 with graphical menu"
msgstr "GRUB2 в графично меню"
-#: bootloader.pm:1289
+#: bootloader.pm:1388
#, c-format
msgid "GRUB2 with text menu"
msgstr "GRUB2 с текстово меню"
-#: bootloader.pm:1290
+#: bootloader.pm:1389
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB в графично меню"
-#: bootloader.pm:1291
+#: bootloader.pm:1390
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB с текстово меню"
-#: bootloader.pm:1378
+#: bootloader.pm:1391
+#, fuzzy, c-format
+msgid "rEFInd with graphical menu"
+msgstr "rEFInd в графично меню"
+
+#: bootloader.pm:1392
+#, fuzzy, c-format
+msgid "U-Boot/Extlinux with text menu"
+msgstr "U-Boot/Extlinux с текстово меню"
+
+#: bootloader.pm:1480
#, c-format
msgid "not enough room in /boot"
msgstr "няма достатъчно място в /boot"
-#: bootloader.pm:2393
+#: bootloader.pm:2610
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1096,7 +1116,7 @@ msgstr ""
"Конфигурацията на програмата за начално зареждане трябва да се актуализира, "
"защото дисковите дялове бяха преномерирани"
-#: bootloader.pm:2406
+#: bootloader.pm:2623
#, c-format
msgid ""
"The bootloader cannot be installed correctly. You have to boot rescue and "
@@ -1105,7 +1125,7 @@ msgstr ""
"Програмата за начално зареждане не може да бъде коректно инсталирана. Трябва "
"да стартирате режим rescue и да изберете \"%s\""
-#: bootloader.pm:2407
+#: bootloader.pm:2624
#, c-format
msgid "Re-install Boot Loader"
msgstr "Преинсталиране на програмата за начално зареждане"
@@ -1216,7 +1236,7 @@ msgstr "Премахване"
msgid "Done"
msgstr "Готово"
-#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:323
+#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:325
#: diskdrake/interactive.pm:246 diskdrake/interactive.pm:259
#: diskdrake/interactive.pm:460 diskdrake/interactive.pm:535
#: diskdrake/interactive.pm:553 diskdrake/interactive.pm:558
@@ -1225,7 +1245,7 @@ msgstr "Готово"
#: diskdrake/interactive.pm:1242 diskdrake/interactive.pm:1245
#: diskdrake/interactive.pm:1513 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:49
#: do_pkgs.pm:54 do_pkgs.pm:79 do_pkgs.pm:103 do_pkgs.pm:108 do_pkgs.pm:142
-#: fsedit.pm:266 interactive/http.pm:117 interactive/http.pm:118
+#: fsedit.pm:264 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:94 scanner.pm:105 scanner.pm:112
#: scanner.pm:119 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
@@ -1308,7 +1328,7 @@ msgstr "Продължи"
msgid "Help"
msgstr "Помощ"
-#: diskdrake/hd_gtk.pm:257
+#: diskdrake/hd_gtk.pm:259
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1319,78 +1339,78 @@ msgstr ""
"Добре е първо да намалите големината на този дял\n"
"(изберете дяла и след това изберете \"Преоразмери\")"
-#: diskdrake/hd_gtk.pm:259
+#: diskdrake/hd_gtk.pm:261
#, c-format
msgid "Please click on a partition"
msgstr "Моля, изберете дисков дял"
-#: diskdrake/hd_gtk.pm:273 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:275 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "Подробности"
-#: diskdrake/hd_gtk.pm:323
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "No hard disk drives found"
msgstr "Не е намерен твърд диск"
-#: diskdrake/hd_gtk.pm:362
+#: diskdrake/hd_gtk.pm:364
#, c-format
msgid "Unknown"
msgstr "Неизвестен"
-#: diskdrake/hd_gtk.pm:429
+#: diskdrake/hd_gtk.pm:431
#, c-format
msgid "Ext4"
msgstr ""
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "XFS"
msgstr "XFS"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Swap"
msgstr "Swap"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Windows"
msgstr "Windows"
-#: diskdrake/hd_gtk.pm:430 fs/partitioning_wizard.pm:437 services.pm:201
+#: diskdrake/hd_gtk.pm:432 fs/partitioning_wizard.pm:437 services.pm:201
#, c-format
msgid "Other"
msgstr "Друга"
-#: diskdrake/hd_gtk.pm:430 diskdrake/interactive.pm:1397
+#: diskdrake/hd_gtk.pm:432 diskdrake/interactive.pm:1397
#: fs/partitioning_wizard.pm:437
#, c-format
msgid "Empty"
msgstr "Празен"
-#: diskdrake/hd_gtk.pm:437
+#: diskdrake/hd_gtk.pm:439
#, c-format
msgid "Filesystem types:"
msgstr "Видове файлови системи:"
-#: diskdrake/hd_gtk.pm:458
+#: diskdrake/hd_gtk.pm:460
#, c-format
msgid "This partition is already empty"
msgstr "Този дисков дял е вече празен"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Първо използвайте 'Демонтирай'"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr "Вместо това използвайте ``%s'' (в експертен режим)"
-#: diskdrake/hd_gtk.pm:467 diskdrake/interactive.pm:409
+#: diskdrake/hd_gtk.pm:469 diskdrake/interactive.pm:409
#: diskdrake/interactive.pm:644 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
@@ -2300,7 +2320,7 @@ msgstr "Следните пакети ще трябва да се инстали
msgid "Installing packages..."
msgstr "Инсталиране на пакети ..."
-#: do_pkgs.pm:387 pkgs.pm:293
+#: do_pkgs.pm:388 pkgs.pm:293
#, c-format
msgid "Removing packages..."
msgstr "Премахване на пакети ..."
@@ -2320,7 +2340,7 @@ msgstr ""
msgid "You must have a ESP FAT32 partition mounted in /boot/EFI"
msgstr "Трябва да имате ESP FAT32 дял монтиран в /boot/EFI"
-#: fs/any.pm:81 fs/partitioning_wizard.pm:82
+#: fs/any.pm:83 fs/partitioning_wizard.pm:82
#, c-format
msgid ""
"You must have a BIOS boot partition for non-UEFI GPT-partitioned disks. "
@@ -2372,7 +2392,7 @@ msgstr " пропадна монтирането на дисков дял %s в
msgid "Checking %s"
msgstr "Проверка на %s"
-#: fs/mount.pm:126 partition_table.pm:399
+#: fs/mount.pm:126 partition_table.pm:456
#, c-format
msgid "error unmounting %s: %s"
msgstr "грешка при демонтиране на %s: %s"
@@ -2680,7 +2700,7 @@ msgid ""
"to use?"
msgstr ""
-#: fs/partitioning_wizard.pm:271 fsedit.pm:638
+#: fs/partitioning_wizard.pm:271 fsedit.pm:641
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "ВСИЧКИ съществуващи дялове и данните върху тях на %s ще бъдат загубени"
@@ -2729,17 +2749,17 @@ msgstr ""
msgid "Partitioning failed: %s"
msgstr "Неуспешно разделяне на: %s"
-#: fs/type.pm:382
+#: fs/type.pm:383
#, c-format
msgid "You cannot use JFS for partitions smaller than 16MB"
msgstr "Не можете да използвате JFS за дял по-малък от 16 МБ"
-#: fs/type.pm:383
+#: fs/type.pm:384
#, c-format
msgid "You cannot use ReiserFS for partitions smaller than 32MB"
msgstr "Не можете да инсталиране ReiserFS на дял по-малък от 32 МБ"
-#: fs/type.pm:384
+#: fs/type.pm:385
#, c-format
msgid "You cannot use btrfs for partitions smaller than 256MB"
msgstr ""
@@ -2759,12 +2779,12 @@ msgstr "с /usr"
msgid "server"
msgstr "сървър"
-#: fsedit.pm:157
+#: fsedit.pm:155
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr "BIOS софтуерен RAID е открит на дискове %s. Да го активирам ли?"
-#: fsedit.pm:267
+#: fsedit.pm:265
#, c-format
msgid ""
"I cannot read the partition table of device %s, it's too corrupted for me :"
@@ -2784,22 +2804,22 @@ msgstr ""
"\n"
"Съгласни ли сте да загубите всички дялове?\n"
-#: fsedit.pm:450
+#: fsedit.pm:448
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Точките на монтиране трябва да започват с /"
-#: fsedit.pm:451
+#: fsedit.pm:449
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr "Точките на монтиране трябва да съдържат само букви и цифри"
-#: fsedit.pm:452
+#: fsedit.pm:450
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Вече има дял монтиран на това място %s\n"
-#: fsedit.pm:455
+#: fsedit.pm:453
#, c-format
msgid ""
"You've selected an encrypted partition as root (/).\n"
@@ -2807,18 +2827,18 @@ msgid ""
"Please be sure to add a separate /boot partition"
msgstr ""
-#: fsedit.pm:461 fsedit.pm:472
+#: fsedit.pm:459 fsedit.pm:470
#, c-format
msgid "You cannot use an encrypted filesystem for mount point %s"
msgstr ""
"Вие не може да използвате криптирана файлова система за точка на монтиране %s"
-#: fsedit.pm:464 fsedit.pm:466
+#: fsedit.pm:462 fsedit.pm:464
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "Тази директория трябва да остане в рамките на root файловата система."
-#: fsedit.pm:468 fsedit.pm:470
+#: fsedit.pm:466 fsedit.pm:468
#, c-format
msgid ""
"You need a true filesystem (ext2/3/4, reiserfs, xfs, or jfs) for this mount "
@@ -5038,12 +5058,12 @@ msgstr ""
msgid "Password seems secure"
msgstr ""
-#: partition_table.pm:405
+#: partition_table.pm:462
#, c-format
msgid "mount failed: "
msgstr "монтирането не успя: "
-#: partition_table.pm:531
+#: partition_table.pm:632
#, c-format
msgid ""
"You have a hole in your partition table but I cannot use it.\n"
@@ -5110,7 +5130,7 @@ msgstr "Неизползвани локализации"
msgid "Cannot add a partition to _formatted_ RAID %s"
msgstr "Не мога да прибавя дял към _форматиран_ RAID %s"
-#: raid.pm:200
+#: raid.pm:201
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "Няма достатъчно дялове за RAID ниво %d\n"
diff --git a/perl-install/share/po/bn.po b/perl-install/share/po/bn.po
index 8abb39736..62af003f1 100644
--- a/perl-install/share/po/bn.po
+++ b/perl-install/share/po/bn.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
-"POT-Creation-Date: 2016-12-12 23:00+0100\n"
+"POT-Creation-Date: 2018-11-03 11:40+0000\n"
"PO-Revision-Date: 2016-05-07 07:34+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Bengali (http://www.transifex.com/MageiaLinux/mageia/language/"
@@ -21,11 +21,11 @@ msgstr ""
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: any.pm:263 any.pm:1026 diskdrake/interactive.pm:650
+#: any.pm:263 any.pm:695 any.pm:1107 diskdrake/interactive.pm:650
#: diskdrake/interactive.pm:874 diskdrake/interactive.pm:936
#: diskdrake/interactive.pm:1028 diskdrake/interactive.pm:1055
#: diskdrake/interactive.pm:1286 diskdrake/interactive.pm:1344 do_pkgs.pm:342
-#: do_pkgs.pm:387 interactive.pm:712 pkgs.pm:293
+#: do_pkgs.pm:388 interactive.pm:712 pkgs.pm:293
#, c-format
msgid "Please wait"
msgstr "অনুগ্রহ করে অপেক্ষা করুন"
@@ -171,7 +171,7 @@ msgstr ""
msgid "Security"
msgstr "সিকিউরিটি"
-#: any.pm:428 any.pm:950 any.pm:969 authentication.pm:249
+#: any.pm:428 any.pm:1028 any.pm:1047 authentication.pm:249
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
@@ -192,102 +192,112 @@ msgstr "অনুগ্রহ করে আবার চেষ্ট করু
msgid "You cannot use a password with %s"
msgstr ""
-#: any.pm:437 any.pm:953 any.pm:971 authentication.pm:250
+#: any.pm:437 any.pm:1031 any.pm:1049 authentication.pm:250
#, c-format
msgid "Password (again)"
msgstr "পাসওয়ার্ড (পুনরায়)"
-#: any.pm:502
+#: any.pm:504 any.pm:671 any.pm:714
#, c-format
-msgid "Image"
-msgstr "ইমেজ"
+msgid "Bootloader Configuration"
+msgstr ""
-#: any.pm:503 any.pm:515
+#: any.pm:508
#, c-format
-msgid "Root"
-msgstr "Root"
+msgid "Install or update rEFInd in the EFI system partition"
+msgstr ""
-#: any.pm:504 any.pm:642
+#: any.pm:510
+#, c-format
+msgid "Install in /EFI/BOOT (workaround for some BIOSs)"
+msgstr ""
+
+#: any.pm:550 any.pm:575 diskdrake/interactive.pm:411
+#, c-format
+msgid "Label"
+msgstr "শিরোনাম"
+
+#: any.pm:551 any.pm:559 any.pm:720
#, c-format
msgid "Append"
msgstr "যুক্ত"
-#: any.pm:506
+#: any.pm:552 any.pm:564 any.pm:721
+#, c-format
+msgid "Video mode"
+msgstr "ভিডিওর ধরণ"
+
+#: any.pm:557
+#, c-format
+msgid "Image"
+msgstr "ইমেজ"
+
+#: any.pm:558 any.pm:570
+#, c-format
+msgid "Root"
+msgstr "Root"
+
+#: any.pm:561
#, c-format
msgid "Xen append"
msgstr ""
-#: any.pm:508
+#: any.pm:563
#, c-format
msgid "Requires password to boot"
msgstr ""
-#: any.pm:509 any.pm:643
-#, c-format
-msgid "Video mode"
-msgstr "ভিডিওর ধরণ"
-
-#: any.pm:510
+#: any.pm:565
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:511
+#: any.pm:566
#, c-format
msgid "Network profile"
msgstr "নেটওয়ার্ক প্রোফাইল"
-#: any.pm:519 diskdrake/interactive.pm:411
-#, c-format
-msgid "Label"
-msgstr "শিরোনাম"
-
-#: any.pm:521 any.pm:640 harddrake/v4l.pm:438
+#: any.pm:577 any.pm:718 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "স্বাভাবিক"
-#: any.pm:529
+#: any.pm:585
#, c-format
msgid "Empty label not allowed"
msgstr "খালি শিরোনাম গ্রহণযোগ্য নয়"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a kernel image"
msgstr "আপনাকে অবশ্যই একটি কার্নালের ইমেজ নির্ধারণ করে দিতে হবে"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a root partition"
msgstr "আপনাকে অবশ্যই একটি রুট পার্টিশন নির্ধারণ করে দিতে হবে"
-#: any.pm:531
+#: any.pm:587
#, c-format
msgid "This label is already used"
msgstr "এই শিরোনামটি আগেই ব্যবহার হয়েছে"
-#: any.pm:549
+#: any.pm:611
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "আপনি কি ধরণের এন্ট্রি যোগ করতে চান?"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Linux"
msgstr "লিনাক্স"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Other OS (Windows...)"
msgstr "অন্যান্য OS (Windows...)"
-#: any.pm:597 any.pm:636
-#, c-format
-msgid "Bootloader Configuration"
-msgstr ""
-
-#: any.pm:598
+#: any.pm:672
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -296,12 +306,12 @@ msgstr ""
"এপর্যন্ত আপনার বুটমেনুর এন্ট্রিগুলি এখানে।\n"
"আপনি অন্যান্য এন্ট্রি তৈরী করতে পারেন অথবা আগের এন্ট্রিগুলি পরিবর্তন করতে পারেন।"
-#: any.pm:645
+#: any.pm:723
#, c-format
msgid "Do not touch ESP or MBR"
msgstr ""
-#: any.pm:647 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:458
+#: any.pm:725 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:460
#: diskdrake/interactive.pm:305 diskdrake/interactive.pm:391
#: diskdrake/interactive.pm:605 diskdrake/interactive.pm:820
#: diskdrake/interactive.pm:885 diskdrake/interactive.pm:1053
@@ -313,219 +323,219 @@ msgstr ""
msgid "Warning"
msgstr "নোটিশ"
-#: any.pm:648
+#: any.pm:726
#, c-format
msgid ""
"Not installing on ESP or MBR means that the installation is not bootable "
"unless chain loaded from another OS!"
msgstr ""
-#: any.pm:652
+#: any.pm:730
#, c-format
msgid "Probe Foreign OS"
msgstr ""
-#: any.pm:653
+#: any.pm:731
#, c-format
msgid ""
"If grub2 takes too long to install, you can use this option to skip "
"detecting other OSes and make it fast"
msgstr ""
-#: any.pm:909
+#: any.pm:987
#, c-format
msgid "access to X programs"
msgstr "X প্রোগ্রামসমূহে প্রবেশাধিকার"
-#: any.pm:910
+#: any.pm:988
#, c-format
msgid "access to rpm tools"
msgstr "RPM টুলে প্রবেশাধিকার"
-#: any.pm:911
+#: any.pm:989
#, c-format
msgid "allow \"su\""
msgstr "\"su\" গ্রহন করো"
-#: any.pm:912
+#: any.pm:990
#, c-format
msgid "access to administrative files"
msgstr "এডমিনিষ্ট্রেশন সংক্রান্ত ফাইলে প্রবেশাধিকার"
-#: any.pm:913
+#: any.pm:991
#, c-format
msgid "access to network tools"
msgstr "নেটওয়ার্ক টুলে প্রবেশাধিকার"
-#: any.pm:914
+#: any.pm:992
#, c-format
msgid "access to compilation tools"
msgstr "compilation টুলে প্রবেশাধিকার"
-#: any.pm:920
+#: any.pm:998
#, c-format
msgid "(already added %s)"
msgstr "(%s আগেই যোগ করা হয়েছে)"
-#: any.pm:926
+#: any.pm:1004
#, c-format
msgid "Please give a user name"
msgstr "অনুগ্রহ করে একটি উইজার নেম দিন"
-#: any.pm:927
+#: any.pm:1005
#, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
"cased letters, numbers, `-' and `_'"
msgstr ""
-#: any.pm:928
+#: any.pm:1006
#, c-format
msgid "The user name is too long"
msgstr "ইউজারনেমটি অনেক বড়"
-#: any.pm:929
+#: any.pm:1007
#, c-format
msgid "This user name has already been added"
msgstr "এই ইউজারনেমটি এর আগেই যোগ করা হয়েছে"
-#: any.pm:935 any.pm:973
+#: any.pm:1013 any.pm:1051
#, c-format
msgid "User ID"
msgstr "ব্যবহারকারীর ID"
-#: any.pm:935 any.pm:974
+#: any.pm:1013 any.pm:1052
#, c-format
msgid "Group ID"
msgstr "দলের ID"
-#: any.pm:936
+#: any.pm:1014
#, c-format
msgid "%s must be a number"
msgstr ""
-#: any.pm:937
+#: any.pm:1015
#, c-format
msgid "%s should be above 1000. Accept anyway?"
msgstr ""
-#: any.pm:941
+#: any.pm:1019
#, c-format
msgid "User management"
msgstr ""
-#: any.pm:947
+#: any.pm:1025
#, c-format
msgid "Enable guest account"
msgstr ""
-#: any.pm:949 authentication.pm:236
+#: any.pm:1027 authentication.pm:236
#, c-format
msgid "Set administrator (root) password"
msgstr "আ্যাডমিনিস্ট্রেটর (root) পাসওয়ার্ড সেট করুন"
-#: any.pm:955
+#: any.pm:1033
#, c-format
msgid "Enter a user"
msgstr ""
-#: any.pm:957
+#: any.pm:1035
#, c-format
msgid "Icon"
msgstr "আইকন"
-#: any.pm:960
+#: any.pm:1038
#, c-format
msgid "Real name"
msgstr "আসল নাম"
-#: any.pm:967
+#: any.pm:1045
#, c-format
msgid "Login name"
msgstr "লগ-ইন নাম"
-#: any.pm:972
+#: any.pm:1050
#, c-format
msgid "Shell"
msgstr "শেল"
-#: any.pm:976
+#: any.pm:1054
#, c-format
msgid "Extra Groups:"
msgstr ""
-#: any.pm:1026
+#: any.pm:1107
#, c-format
msgid "Please wait, adding media..."
msgstr "মাধ্যম যোগ করা হচ্ছে, অনুগ্রহ করে অপেক্ষা করুন..."
-#: any.pm:1078 security/l10n.pm:14
+#: any.pm:1159 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "সয়ংক্রিয় লগ-ইন"
-#: any.pm:1079
+#: any.pm:1160
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
"আমি আপনার কম্পিউটারকে সয়ংক্রিয়ভাবে একটি ইউজারকে লগইন করার জন্য সেট করতে পারি।"
-#: any.pm:1080
+#: any.pm:1161
#, c-format
msgid "Use this feature"
msgstr ""
-#: any.pm:1081
+#: any.pm:1162
#, c-format
msgid "Choose the default user:"
msgstr "স্বাভাবিক ব্যবহারকারীকে পছন্দ করুন:"
-#: any.pm:1082
+#: any.pm:1163
#, c-format
msgid "Choose the window manager to run:"
msgstr "রান করার জন্য উইন্ডো ম্যানেজারকে পছন্দ করুন:"
-#: any.pm:1093 any.pm:1108 any.pm:1177
+#: any.pm:1174 any.pm:1189 any.pm:1258
#, c-format
msgid "Release Notes"
msgstr "সংস্করণ মন্তব্য"
-#: any.pm:1115 any.pm:1476 interactive/gtk.pm:820
+#: any.pm:1196 any.pm:1560 interactive/gtk.pm:820
#, c-format
msgid "Close"
msgstr "বন্ধ"
-#: any.pm:1163
+#: any.pm:1244
#, c-format
msgid "License agreement"
msgstr "লাইসেন্স এগ্রিমেন্ট"
-#: any.pm:1165 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
+#: any.pm:1246 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
#, c-format
msgid "Quit"
msgstr "বাহির"
-#: any.pm:1172
+#: any.pm:1253
#, c-format
msgid "Do you accept this license ?"
msgstr ""
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Accept"
msgstr "গ্রহণ"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Refuse"
msgstr "অস্বীকার"
-#: any.pm:1199 any.pm:1262
+#: any.pm:1280 any.pm:1343
#, c-format
msgid "Please choose a language to use"
msgstr "ব্যবহার করার জন্য একটি ভাষা পছন্দ করুন"
-#: any.pm:1227
+#: any.pm:1308
#, c-format
msgid ""
"%s can support multiple languages. Select\n"
@@ -533,87 +543,87 @@ msgid ""
"when your installation is complete and you restart your system."
msgstr ""
-#: any.pm:1229 fs/partitioning_wizard.pm:194
+#: any.pm:1310 fs/partitioning_wizard.pm:194
#, c-format
msgid "Mageia"
msgstr "ম্যান্ড্রিব লিনাক্স (Mageia)"
-#: any.pm:1230
+#: any.pm:1311
#, c-format
msgid "Multiple languages"
msgstr ""
-#: any.pm:1231
+#: any.pm:1312
#, c-format
msgid "Select Additional Languages"
msgstr ""
-#: any.pm:1240 any.pm:1271
+#: any.pm:1321 any.pm:1352
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr ""
-#: any.pm:1241
+#: any.pm:1322
#, c-format
msgid "All languages"
msgstr "সমস্থ ভাষা"
-#: any.pm:1263
+#: any.pm:1344
#, c-format
msgid "Language choice"
msgstr "পছন্দনীয় ভাষা"
-#: any.pm:1317
+#: any.pm:1398
#, c-format
msgid "Country / Region"
msgstr "দেশ / স্থান"
-#: any.pm:1318
+#: any.pm:1399
#, c-format
msgid "Please choose your country"
msgstr "অনুগ্রহ করে তোমার দেশ পছন্দ করো।"
-#: any.pm:1320
+#: any.pm:1401
#, c-format
msgid "Here is the full list of available countries"
msgstr "উপলব্ধ সমস্থ দেশের নাম এখানে রয়েছে"
-#: any.pm:1321
+#: any.pm:1402
#, c-format
msgid "Other Countries"
msgstr "অন্যান্য দেশসমুহ"
-#: any.pm:1321 interactive.pm:491 interactive/gtk.pm:444
+#: any.pm:1402 interactive.pm:491 interactive/gtk.pm:444
#, c-format
msgid "Advanced"
msgstr "উন্নত"
-#: any.pm:1327
+#: any.pm:1408
#, c-format
msgid "Input method:"
msgstr "ইনপুট মাধ্যম:"
-#: any.pm:1330
+#: any.pm:1411
#, c-format
msgid "None"
msgstr "একটিও না"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "No sharing"
msgstr "শেয়ারিং নেই"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Allow all users"
msgstr "সব ব্যবহারকারীদের গ্রহণ করো"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Custom"
msgstr "ব্যবস্থা"
-#: any.pm:1425
+#: any.pm:1509
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -623,7 +633,7 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr "আপনি কি ব্যবহারকারীদের কিছু ডিরেক্টরি শেয়ার করতে দিতে চান?\n"
-#: any.pm:1437
+#: any.pm:1521
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
@@ -631,7 +641,7 @@ msgid ""
msgstr ""
"NFS: ঐতিহ্যগত ইউনিক্স ফাইল শেয়ারিং সিস্টেম, যা ম্যাক এবং উইন্ডোজে স্বল্প সমর্থিত।"
-#: any.pm:1440
+#: any.pm:1524
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
@@ -640,7 +650,7 @@ msgstr ""
"SMB: উইন্ডোজ, ম্যাক ও-এস এক্স এবং অনেক আধুনিক লিনাক্স সিস্টেম কর্তৃক ব্যবহৃত ফাইল "
"শেয়ারিং সিস্টেম।"
-#: any.pm:1448
+#: any.pm:1532
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
@@ -648,12 +658,12 @@ msgstr ""
"আপনি NFS বা SMB ব্যবহার করে ফাইল পাঠাতে পারেন। যেটি আপনি ব্যবহার করতে চান "
"অনুগ্রহ করে নির্বাচন করুন।"
-#: any.pm:1476
+#: any.pm:1560
#, c-format
msgid "Launch userdrake"
msgstr "userdrake শুরু করো"
-#: any.pm:1478
+#: any.pm:1562
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
@@ -662,54 +672,54 @@ msgstr ""
"প্রত্যেক ব্যবহারকারী গ্রুপের \"ফাইল ভাগাভাগি\" ভাগাভাগি করতে পারেন। \n"
"এই গ্রুপে একজণ ব্যবহারকারী যোগ করতে আপনি userdrake ব্যবহার করতে পারেন।"
-#: any.pm:1585
+#: any.pm:1669
#, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
"logout now."
msgstr ""
-#: any.pm:1589
+#: any.pm:1673
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr "পরিবর্তন কার্যকর করার পূর্বে আপনাকে লগ-আউট করে তারপর পুণরায় লগ-ইন করতে হবে"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Timezone"
msgstr "টাইমজোন"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Which is your timezone?"
msgstr "আপনার টাইমজোন কি?"
-#: any.pm:1647 any.pm:1649
+#: any.pm:1731 any.pm:1733
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr ""
-#: any.pm:1650
+#: any.pm:1734
#, c-format
msgid "What is the best time?"
msgstr ""
-#: any.pm:1654
+#: any.pm:1738
#, c-format
msgid "%s (hardware clock set to UTC)"
msgstr ""
-#: any.pm:1655
+#: any.pm:1739
#, c-format
msgid "%s (hardware clock set to local time)"
msgstr ""
-#: any.pm:1657
+#: any.pm:1741
#, c-format
msgid "NTP Server"
msgstr "NTP সার্ভার"
-#: any.pm:1658
+#: any.pm:1742
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "সয়ংক্রিয়ভাবে সময় মেলাও (NTP ব্যবহার করে)"
@@ -1039,7 +1049,7 @@ msgid "Domain Admin Password"
msgstr "ডোমেইন অ্যাডমিনের পাসওয়ার্ড"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:1122
+#: bootloader.pm:1217
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1054,37 +1064,47 @@ msgstr ""
"wait for default boot.\n"
"\n"
-#: bootloader.pm:1287
+#: bootloader.pm:1386
#, c-format
msgid "LILO with text menu"
msgstr "টেক্সট মেনুর সাথে LILO"
-#: bootloader.pm:1288
+#: bootloader.pm:1387
#, c-format
msgid "GRUB2 with graphical menu"
msgstr ""
-#: bootloader.pm:1289
+#: bootloader.pm:1388
#, c-format
msgid "GRUB2 with text menu"
msgstr "টেক্সট মেনুর সাথে GRUB2"
-#: bootloader.pm:1290
+#: bootloader.pm:1389
#, c-format
msgid "GRUB with graphical menu"
msgstr "টেক্সট মেনুর সাথে GRUB"
-#: bootloader.pm:1291
+#: bootloader.pm:1390
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:1378
+#: bootloader.pm:1391
+#, fuzzy, c-format
+msgid "rEFInd with graphical menu"
+msgstr "টেক্সট মেনুর সাথে rEFInd"
+
+#: bootloader.pm:1392
+#, fuzzy, c-format
+msgid "U-Boot/Extlinux with text menu"
+msgstr "টেক্সট মেনুর সাথে U-Boot/Extlinux"
+
+#: bootloader.pm:1480
#, c-format
msgid "not enough room in /boot"
msgstr "/boot -এ বেশী জায়গা নেই"
-#: bootloader.pm:2393
+#: bootloader.pm:2610
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1092,7 +1112,7 @@ msgid ""
msgstr ""
"পার্টিশন রি-নাম্বার করার কারনে আপনার বুটলোডারের কনফিগারেশন অবশ্যই আপডেট করতে হবে"
-#: bootloader.pm:2406
+#: bootloader.pm:2623
#, c-format
msgid ""
"The bootloader cannot be installed correctly. You have to boot rescue and "
@@ -1101,7 +1121,7 @@ msgstr ""
"বুটলোডার সঠিকভাবে ইনস্টল হতে পারবেনা। আপনাকে rescue বুট করতে হবে এবং \"%s\" "
"পছন্দ করতে হবে"
-#: bootloader.pm:2407
+#: bootloader.pm:2624
#, c-format
msgid "Re-install Boot Loader"
msgstr "বুট লোডার রি-ইনস্টল করো"
@@ -1213,7 +1233,7 @@ msgstr "মুছে ফেলো"
msgid "Done"
msgstr "হয়েছে"
-#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:323
+#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:325
#: diskdrake/interactive.pm:246 diskdrake/interactive.pm:259
#: diskdrake/interactive.pm:460 diskdrake/interactive.pm:535
#: diskdrake/interactive.pm:553 diskdrake/interactive.pm:558
@@ -1222,7 +1242,7 @@ msgstr "হয়েছে"
#: diskdrake/interactive.pm:1242 diskdrake/interactive.pm:1245
#: diskdrake/interactive.pm:1513 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:49
#: do_pkgs.pm:54 do_pkgs.pm:79 do_pkgs.pm:103 do_pkgs.pm:108 do_pkgs.pm:142
-#: fsedit.pm:266 interactive/http.pm:117 interactive/http.pm:118
+#: fsedit.pm:264 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:94 scanner.pm:105 scanner.pm:112
#: scanner.pm:119 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
@@ -1303,7 +1323,7 @@ msgstr "অগ্রসর"
msgid "Help"
msgstr "সাহায্য"
-#: diskdrake/hd_gtk.pm:257
+#: diskdrake/hd_gtk.pm:259
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1314,78 +1334,78 @@ msgstr ""
"সেটাকে আগে রি-সাইজ করার জন্য আমি পরামর্শ দিচ্ছি\n"
"(সেটাকে আগে ক্লিক করুন এবং পরে \"Resize\"-এ ক্লিক করুন)"
-#: diskdrake/hd_gtk.pm:259
+#: diskdrake/hd_gtk.pm:261
#, c-format
msgid "Please click on a partition"
msgstr "অনুগ্রহ করে একটি পার্টিশনে ক্লিক করুন"
-#: diskdrake/hd_gtk.pm:273 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:275 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "বিস্তারিত"
-#: diskdrake/hd_gtk.pm:323
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "No hard disk drives found"
msgstr "কোন হার্ড ড্রাইভ পাওয়া যায়নি"
-#: diskdrake/hd_gtk.pm:362
+#: diskdrake/hd_gtk.pm:364
#, c-format
msgid "Unknown"
msgstr "অজানা"
-#: diskdrake/hd_gtk.pm:429
+#: diskdrake/hd_gtk.pm:431
#, c-format
msgid "Ext4"
msgstr ""
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "XFS"
msgstr ""
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Swap"
msgstr "সোয়াপ"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Windows"
msgstr "উইন্ডোজ"
-#: diskdrake/hd_gtk.pm:430 fs/partitioning_wizard.pm:437 services.pm:201
+#: diskdrake/hd_gtk.pm:432 fs/partitioning_wizard.pm:437 services.pm:201
#, c-format
msgid "Other"
msgstr "অন্যান্য"
-#: diskdrake/hd_gtk.pm:430 diskdrake/interactive.pm:1397
+#: diskdrake/hd_gtk.pm:432 diskdrake/interactive.pm:1397
#: fs/partitioning_wizard.pm:437
#, c-format
msgid "Empty"
msgstr "শূণ্য"
-#: diskdrake/hd_gtk.pm:437
+#: diskdrake/hd_gtk.pm:439
#, c-format
msgid "Filesystem types:"
msgstr "ফাইল সিস্টেমের ধরণ:"
-#: diskdrake/hd_gtk.pm:458
+#: diskdrake/hd_gtk.pm:460
#, c-format
msgid "This partition is already empty"
msgstr ""
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``Unmount'' first"
msgstr "প্রথমে ``Unmount'' ব্যবহার করুন"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr ""
-#: diskdrake/hd_gtk.pm:467 diskdrake/interactive.pm:409
+#: diskdrake/hd_gtk.pm:469 diskdrake/interactive.pm:409
#: diskdrake/interactive.pm:644 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
@@ -2284,7 +2304,7 @@ msgstr "নিম্নোক্ত প্যাকেজসমূহ ইনস
msgid "Installing packages..."
msgstr "প্যাকেজসমূহ ইনস্টল করা হচ্ছে..."
-#: do_pkgs.pm:387 pkgs.pm:293
+#: do_pkgs.pm:388 pkgs.pm:293
#, c-format
msgid "Removing packages..."
msgstr "প্যাকেজসমূহ অপসরণ করা হচ্ছে..."
@@ -2303,7 +2323,7 @@ msgstr ""
msgid "You must have a ESP FAT32 partition mounted in /boot/EFI"
msgstr "আপনার /boot/EFI -এ অবশ্যই একটি ESP FAT32 পার্টিশন থাকতে হবে"
-#: fs/any.pm:81 fs/partitioning_wizard.pm:82
+#: fs/any.pm:83 fs/partitioning_wizard.pm:82
#, c-format
msgid ""
"You must have a BIOS boot partition for non-UEFI GPT-partitioned disks. "
@@ -2355,7 +2375,7 @@ msgstr "%2$s ডিরেক্টরিতে %1$s পার্টিশন ম
msgid "Checking %s"
msgstr "%s পরীক্ষা করা হচ্ছে"
-#: fs/mount.pm:126 partition_table.pm:399
+#: fs/mount.pm:126 partition_table.pm:456
#, c-format
msgid "error unmounting %s: %s"
msgstr "%s আনমাউন্টে সমস্যা: %s"
@@ -2670,7 +2690,7 @@ msgid ""
"to use?"
msgstr ""
-#: fs/partitioning_wizard.pm:271 fsedit.pm:638
+#: fs/partitioning_wizard.pm:271 fsedit.pm:641
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "%s ড্রাইভে উপস্থিত সমস্থ ডাটা এবং পার্টিশন নষ্ট হয়ে যাবে"
@@ -2719,17 +2739,17 @@ msgstr ""
msgid "Partitioning failed: %s"
msgstr "পার্টিশনে ব্যার্থ: %s"
-#: fs/type.pm:382
+#: fs/type.pm:383
#, c-format
msgid "You cannot use JFS for partitions smaller than 16MB"
msgstr "১৬ মেগাবাইটের চাইতে ছোট পার্টিশনে আপনি JFS ব্যবহার করতে পারবেন না"
-#: fs/type.pm:383
+#: fs/type.pm:384
#, c-format
msgid "You cannot use ReiserFS for partitions smaller than 32MB"
msgstr "৩২ মেগাবাইটের চাইতে ছোট পার্টিশনে আপনি ReiserFS ব্যবহার করতে পারবেন না"
-#: fs/type.pm:384
+#: fs/type.pm:385
#, c-format
msgid "You cannot use btrfs for partitions smaller than 256MB"
msgstr ""
@@ -2749,12 +2769,12 @@ msgstr "/usr -এর সাথে"
msgid "server"
msgstr "সার্ভার"
-#: fsedit.pm:157
+#: fsedit.pm:155
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""
-#: fsedit.pm:267
+#: fsedit.pm:265
#, c-format
msgid ""
"I cannot read the partition table of device %s, it's too corrupted for me :"
@@ -2773,22 +2793,22 @@ msgstr ""
"\n"
"আপনি কি সব পার্টিশন হারাতে রাজি?\n"
-#: fsedit.pm:450
+#: fsedit.pm:448
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "মাউন্ট পয়েন্টগুলি অবশ্যই / দিয়ে শুরু হতে হবে"
-#: fsedit.pm:451
+#: fsedit.pm:449
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr "মাউন্ট পয়েন্টগুলিতে শুধু * অক্ষর থাকবে"
-#: fsedit.pm:452
+#: fsedit.pm:450
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "এই পার্টিশনটি আগে থেকেই %s মাউন্টপয়েন্ট নামে আছে\n"
-#: fsedit.pm:455
+#: fsedit.pm:453
#, c-format
msgid ""
"You've selected an encrypted partition as root (/).\n"
@@ -2796,17 +2816,17 @@ msgid ""
"Please be sure to add a separate /boot partition"
msgstr ""
-#: fsedit.pm:461 fsedit.pm:472
+#: fsedit.pm:459 fsedit.pm:470
#, c-format
msgid "You cannot use an encrypted filesystem for mount point %s"
msgstr "আপনি %s মাউন্ট পয়েন্টের জন্য একটি এনক্রিপটেড ফাইল ব্যবহার করতে পারবেন"
-#: fsedit.pm:464 fsedit.pm:466
+#: fsedit.pm:462 fsedit.pm:464
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "root ফাইল সিস্টেমের মধ্যে এই ডিরেক্টরি থাকা উচিত"
-#: fsedit.pm:468 fsedit.pm:470
+#: fsedit.pm:466 fsedit.pm:468
#, c-format
msgid ""
"You need a true filesystem (ext2/3/4, reiserfs, xfs, or jfs) for this mount "
@@ -4962,12 +4982,12 @@ msgstr ""
msgid "Password seems secure"
msgstr ""
-#: partition_table.pm:405
+#: partition_table.pm:462
#, c-format
msgid "mount failed: "
msgstr "মাউন্ট হয়নি:"
-#: partition_table.pm:531
+#: partition_table.pm:632
#, c-format
msgid ""
"You have a hole in your partition table but I cannot use it.\n"
@@ -5033,7 +5053,7 @@ msgstr ""
msgid "Cannot add a partition to _formatted_ RAID %s"
msgstr "_ফরম্যাটকৃত_ রেইড %s-এ পার্টিশন যোগ করা যাচ্ছে না"
-#: raid.pm:200
+#: raid.pm:201
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "রেইড স্তর %d-এর জন্য পর্যাপ্ত সংখ্যক পার্টিশন নেই\n"
diff --git a/perl-install/share/po/br.po b/perl-install/share/po/br.po
index 812e3f2e9..e749722d3 100644
--- a/perl-install/share/po/br.po
+++ b/perl-install/share/po/br.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX 10.2\n"
-"POT-Creation-Date: 2016-12-12 23:00+0100\n"
+"POT-Creation-Date: 2018-11-03 11:40+0000\n"
"PO-Revision-Date: 2017-05-31 12:03+0200\n"
"Last-Translator: Thierry Vignaud <thierry.vignaud.com>\n"
"Language-Team: Brezhoneg <ofisk@wanadoo.fr>\n"
@@ -16,11 +16,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1;plural=0\n"
-#: any.pm:263 any.pm:1026 diskdrake/interactive.pm:650
+#: any.pm:263 any.pm:695 any.pm:1107 diskdrake/interactive.pm:650
#: diskdrake/interactive.pm:874 diskdrake/interactive.pm:936
#: diskdrake/interactive.pm:1028 diskdrake/interactive.pm:1055
#: diskdrake/interactive.pm:1286 diskdrake/interactive.pm:1344 do_pkgs.pm:342
-#: do_pkgs.pm:387 interactive.pm:712 pkgs.pm:293
+#: do_pkgs.pm:388 interactive.pm:712 pkgs.pm:293
#, c-format
msgid "Please wait"
msgstr "Gortozit mar plij"
@@ -157,7 +157,7 @@ msgstr "Bevaat APIC lec'hel"
msgid "Security"
msgstr "Diogelroez"
-#: any.pm:428 any.pm:950 any.pm:969 authentication.pm:249
+#: any.pm:428 any.pm:1028 any.pm:1047 authentication.pm:249
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
@@ -178,102 +178,112 @@ msgstr "Klaskit adarre mar plij"
msgid "You cannot use a password with %s"
msgstr "Gellout a rit implij ur ger-tremen gant %s"
-#: any.pm:437 any.pm:953 any.pm:971 authentication.pm:250
+#: any.pm:437 any.pm:1031 any.pm:1049 authentication.pm:250
#, c-format
msgid "Password (again)"
msgstr "Tremenger (adarre)"
-#: any.pm:502
+#: any.pm:504 any.pm:671 any.pm:714
#, c-format
-msgid "Image"
-msgstr "Skeudenn"
+msgid "Bootloader Configuration"
+msgstr "Kefluniadur al loc'hañ"
-#: any.pm:503 any.pm:515
+#: any.pm:508
#, c-format
-msgid "Root"
-msgstr "Gwrizienn"
+msgid "Install or update rEFInd in the EFI system partition"
+msgstr ""
+
+#: any.pm:510
+#, c-format
+msgid "Install in /EFI/BOOT (workaround for some BIOSs)"
+msgstr ""
+
+#: any.pm:550 any.pm:575 diskdrake/interactive.pm:411
+#, c-format
+msgid "Label"
+msgstr "Skridennad"
-#: any.pm:504 any.pm:642
+#: any.pm:551 any.pm:559 any.pm:720
#, c-format
msgid "Append"
msgstr "Ouzhpennañ en diwezh"
-#: any.pm:506
+#: any.pm:552 any.pm:564 any.pm:721
+#, c-format
+msgid "Video mode"
+msgstr "Mod video"
+
+#: any.pm:557
+#, c-format
+msgid "Image"
+msgstr "Skeudenn"
+
+#: any.pm:558 any.pm:570
+#, c-format
+msgid "Root"
+msgstr "Gwrizienn"
+
+#: any.pm:561
#, c-format
msgid "Xen append"
msgstr ""
-#: any.pm:508
+#: any.pm:563
#, c-format
msgid "Requires password to boot"
msgstr ""
-#: any.pm:509 any.pm:643
-#, c-format
-msgid "Video mode"
-msgstr "Mod video"
-
-#: any.pm:510
+#: any.pm:565
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:511
+#: any.pm:566
#, c-format
msgid "Network profile"
msgstr "Profil rouedad"
-#: any.pm:519 diskdrake/interactive.pm:411
-#, c-format
-msgid "Label"
-msgstr "Skridennad"
-
-#: any.pm:521 any.pm:640 harddrake/v4l.pm:438
+#: any.pm:577 any.pm:718 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Dre ziouer"
-#: any.pm:529
+#: any.pm:585
#, c-format
msgid "Empty label not allowed"
msgstr "Berzet eo ar skridennadoù goullo"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a kernel image"
msgstr "Ret eo deoc'h kaout ur skeudenn kalon"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a root partition"
msgstr "Ret eo deoc'h kaout ur parzhadur gwrizienn"
-#: any.pm:531
+#: any.pm:587
#, c-format
msgid "This label is already used"
msgstr "En implij eo ar skridennad-se endeo"
-#: any.pm:549
+#: any.pm:611
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Pe seurt enmont a vennit ouzhpennañ ?"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Linux"
msgstr "Linux"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Other OS (Windows...)"
msgstr "Reizhiadoù all (Windows ...)"
-#: any.pm:597 any.pm:636
-#, c-format
-msgid "Bootloader Configuration"
-msgstr "Kefluniadur al loc'hañ"
-
-#: any.pm:598
+#: any.pm:672
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -282,12 +292,12 @@ msgstr ""
"Setu da heul an enmontoù liesseurt.\n"
"Gallout a rit ouzhpennañ lod pe gemmañ a re a zo."
-#: any.pm:645
+#: any.pm:723
#, c-format
msgid "Do not touch ESP or MBR"
msgstr ""
-#: any.pm:647 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:458
+#: any.pm:725 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:460
#: diskdrake/interactive.pm:305 diskdrake/interactive.pm:391
#: diskdrake/interactive.pm:605 diskdrake/interactive.pm:820
#: diskdrake/interactive.pm:885 diskdrake/interactive.pm:1053
@@ -299,19 +309,19 @@ msgstr ""
msgid "Warning"
msgstr "Hoc’h evezh"
-#: any.pm:648
+#: any.pm:726
#, c-format
msgid ""
"Not installing on ESP or MBR means that the installation is not bootable "
"unless chain loaded from another OS!"
msgstr ""
-#: any.pm:652
+#: any.pm:730
#, c-format
msgid "Probe Foreign OS"
msgstr "Klask ar reizhiadoù all"
-#: any.pm:653
+#: any.pm:731
#, c-format
msgid ""
"If grub2 takes too long to install, you can use this option to skip "
@@ -320,47 +330,47 @@ msgstr ""
"Ma 'z eo re goustad staliadur grub2 e c'hellit implij an dibab-mañ\n"
"evit tremen e-biou klask ar reizhiadoù all (mod-se e vo buanoc'h)"
-#: any.pm:909
+#: any.pm:987
#, c-format
msgid "access to X programs"
msgstr ""
-#: any.pm:910
+#: any.pm:988
#, c-format
msgid "access to rpm tools"
msgstr ""
-#: any.pm:911
+#: any.pm:989
#, c-format
msgid "allow \"su\""
msgstr "Aotreañ « su »"
-#: any.pm:912
+#: any.pm:990
#, c-format
msgid "access to administrative files"
msgstr ""
-#: any.pm:913
+#: any.pm:991
#, c-format
msgid "access to network tools"
msgstr ""
-#: any.pm:914
+#: any.pm:992
#, c-format
msgid "access to compilation tools"
msgstr ""
-#: any.pm:920
+#: any.pm:998
#, c-format
msgid "(already added %s)"
msgstr "(ouzhpennet %s endeo)"
-#: any.pm:926
+#: any.pm:1004
#, c-format
msgid "Please give a user name"
msgstr "Roit un anv arveriad mar plij"
-#: any.pm:927
+#: any.pm:1005
#, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
@@ -369,154 +379,154 @@ msgstr ""
"An anv arveriad a zle krogiñ gant ul lizherenn munut ha war he lerc'h "
"lizherennoù munut, sifroù, `-' ha `_' hepken"
-#: any.pm:928
+#: any.pm:1006
#, c-format
msgid "The user name is too long"
msgstr "Re hir eo an anv arveriad-se"
-#: any.pm:929
+#: any.pm:1007
#, c-format
msgid "This user name has already been added"
msgstr "En implij eo an anv arveriad-se endeo"
-#: any.pm:935 any.pm:973
+#: any.pm:1013 any.pm:1051
#, c-format
msgid "User ID"
msgstr "ID an arveriad"
-#: any.pm:935 any.pm:974
+#: any.pm:1013 any.pm:1052
#, c-format
msgid "Group ID"
msgstr "ID ar strollad"
-#: any.pm:936
+#: any.pm:1014
#, c-format
msgid "%s must be a number"
msgstr "ret eo da %s bezañ un niver"
-#: any.pm:937
+#: any.pm:1015
#, c-format
msgid "%s should be above 1000. Accept anyway?"
msgstr ""
-#: any.pm:941
+#: any.pm:1019
#, c-format
msgid "User management"
msgstr "Merañ an arveriaded"
-#: any.pm:947
+#: any.pm:1025
#, c-format
msgid "Enable guest account"
msgstr ""
-#: any.pm:949 authentication.pm:236
+#: any.pm:1027 authentication.pm:236
#, c-format
msgid "Set administrator (root) password"
msgstr "Termeniñ tremenger ar merour (root)"
-#: any.pm:955
+#: any.pm:1033
#, c-format
msgid "Enter a user"
msgstr "Skrivit anv un arveriad"
-#: any.pm:957
+#: any.pm:1035
#, c-format
msgid "Icon"
msgstr "Arlun"
-#: any.pm:960
+#: any.pm:1038
#, c-format
msgid "Real name"
msgstr "Anv gwirion"
-#: any.pm:967
+#: any.pm:1045
#, c-format
msgid "Login name"
msgstr "Anv ereañ"
-#: any.pm:972
+#: any.pm:1050
#, c-format
msgid "Shell"
msgstr "Shell"
-#: any.pm:976
+#: any.pm:1054
#, c-format
msgid "Extra Groups:"
msgstr "Stroladoù ouzhpenn :"
-#: any.pm:1026
+#: any.pm:1107
#, c-format
msgid "Please wait, adding media..."
msgstr "Gortozit mar plij, emaon oc'h ouzhpennañ ur media ..."
-#: any.pm:1078 security/l10n.pm:14
+#: any.pm:1159 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Emereañ"
-#: any.pm:1079
+#: any.pm:1160
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
"Gallout a ran kefluniañ hoc’h urzhiataer evit lañsañ X ent emgefreek gant un "
"arveriad."
-#: any.pm:1080
+#: any.pm:1161
#, c-format
msgid "Use this feature"
msgstr "Implij an arc'hwel-mañ"
-#: any.pm:1081
+#: any.pm:1162
#, c-format
msgid "Choose the default user:"
msgstr "Dibabit an arveriad dre ziouer :"
-#: any.pm:1082
+#: any.pm:1163
#, c-format
msgid "Choose the window manager to run:"
msgstr "Dibabit ar merour prenestrer da seveniñ :"
-#: any.pm:1093 any.pm:1108 any.pm:1177
+#: any.pm:1174 any.pm:1189 any.pm:1258
#, c-format
msgid "Release Notes"
msgstr "Cheñchamantoù"
-#: any.pm:1115 any.pm:1476 interactive/gtk.pm:820
+#: any.pm:1196 any.pm:1560 interactive/gtk.pm:820
#, c-format
msgid "Close"
msgstr "Serriñ"
-#: any.pm:1163
+#: any.pm:1244
#, c-format
msgid "License agreement"
msgstr "Emglev an aotre"
-#: any.pm:1165 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
+#: any.pm:1246 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
#, c-format
msgid "Quit"
msgstr "Kuitaat"
-#: any.pm:1172
+#: any.pm:1253
#, c-format
msgid "Do you accept this license ?"
msgstr "Hag e plij an aotre-mañ deoc'h ?"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Accept"
msgstr "Plijout a ra din"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Refuse"
msgstr "Ne blij ket din"
-#: any.pm:1199 any.pm:1262
+#: any.pm:1280 any.pm:1343
#, c-format
msgid "Please choose a language to use"
msgstr "Dibabit ar yezh da implijout, mar plij"
-#: any.pm:1227
+#: any.pm:1308
#, c-format
msgid ""
"%s can support multiple languages. Select\n"
@@ -527,87 +537,87 @@ msgstr ""
" yezhoù all hag a vo hegerz goude staliañ (ur wech e vo bet adloc'het\n"
" ar reizhiad)"
-#: any.pm:1229 fs/partitioning_wizard.pm:194
+#: any.pm:1310 fs/partitioning_wizard.pm:194
#, c-format
msgid "Mageia"
msgstr "Mageia"
-#: any.pm:1230
+#: any.pm:1311
#, c-format
msgid "Multiple languages"
msgstr "Liesyezh"
-#: any.pm:1231
+#: any.pm:1312
#, c-format
msgid "Select Additional Languages"
msgstr "Dibab yezhoù ouzhpenn"
-#: any.pm:1240 any.pm:1271
+#: any.pm:1321 any.pm:1352
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr "Kodadur kozh (n'eo ket UTF-8)"
-#: any.pm:1241
+#: any.pm:1322
#, c-format
msgid "All languages"
msgstr "An holl yezhoù"
-#: any.pm:1263
+#: any.pm:1344
#, c-format
msgid "Language choice"
msgstr "Dibab ho yezh"
-#: any.pm:1317
+#: any.pm:1398
#, c-format
msgid "Country / Region"
msgstr "Bro / Rannvro"
-#: any.pm:1318
+#: any.pm:1399
#, c-format
msgid "Please choose your country"
msgstr "Dibabit ho pro, mar plij"
-#: any.pm:1320
+#: any.pm:1401
#, c-format
msgid "Here is the full list of available countries"
msgstr "Setu eo listenn leun ar broioù holl"
-#: any.pm:1321
+#: any.pm:1402
#, c-format
msgid "Other Countries"
msgstr "Broioù all"
-#: any.pm:1321 interactive.pm:491 interactive/gtk.pm:444
+#: any.pm:1402 interactive.pm:491 interactive/gtk.pm:444
#, c-format
msgid "Advanced"
msgstr "Barrek"
-#: any.pm:1327
+#: any.pm:1408
#, c-format
msgid "Input method:"
msgstr "Hentenn enkas :"
-#: any.pm:1330
+#: any.pm:1411
#, c-format
msgid "None"
msgstr "Hini ebet"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "No sharing"
msgstr "N'eo ket lodañ"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Allow all users"
msgstr "Aotreañ pep arveriad"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Custom"
msgstr "Personelañ"
-#: any.pm:1425
+#: any.pm:1509
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -617,86 +627,86 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: any.pm:1437
+#: any.pm:1521
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
-#: any.pm:1440
+#: any.pm:1524
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
-#: any.pm:1448
+#: any.pm:1532
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr ""
-#: any.pm:1476
+#: any.pm:1560
#, c-format
msgid "Launch userdrake"
msgstr "Lañsañ userdrake"
-#: any.pm:1478
+#: any.pm:1562
#, 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:1585
+#: any.pm:1669
#, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
"logout now."
msgstr ""
-#: any.pm:1589
+#: any.pm:1673
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Timezone"
msgstr "Takad-eur"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Which is your timezone?"
msgstr "Pe seurt a vo ho takad-eur ?"
-#: any.pm:1647 any.pm:1649
+#: any.pm:1731 any.pm:1733
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr "Kefluniadur an deiziad, an eurier hag an amzer"
-#: any.pm:1650
+#: any.pm:1734
#, c-format
msgid "What is the best time?"
msgstr "Peseurt hini zo an amzer welloc'h ?"
-#: any.pm:1654
+#: any.pm:1738
#, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "%s (war UTC eo lakaet hoc’h eurier periantel)"
-#: any.pm:1655
+#: any.pm:1739
#, c-format
msgid "%s (hardware clock set to local time)"
msgstr "%s (war GMT eo lakaet hoc’h eurier periantel)"
-#: any.pm:1657
+#: any.pm:1741
#, c-format
msgid "NTP Server"
msgstr "Servijer NTP"
-#: any.pm:1658
+#: any.pm:1742
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr ""
@@ -1019,7 +1029,7 @@ msgid "Domain Admin Password"
msgstr "Tremenger merour an domani"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:1122
+#: bootloader.pm:1217
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1034,37 +1044,47 @@ msgstr ""
"gortozit \n"
"\n"
-#: bootloader.pm:1287
+#: bootloader.pm:1386
#, c-format
msgid "LILO with text menu"
msgstr "LILO gant meuziad skrid"
-#: bootloader.pm:1288
+#: bootloader.pm:1387
#, c-format
msgid "GRUB2 with graphical menu"
msgstr "GRUB2 gant meuziad grafek"
-#: bootloader.pm:1289
+#: bootloader.pm:1388
#, c-format
msgid "GRUB2 with text menu"
msgstr "GRUB2 gant meuziad skrid"
-#: bootloader.pm:1290
+#: bootloader.pm:1389
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB gant meuziad grafek"
-#: bootloader.pm:1291
+#: bootloader.pm:1390
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB gant meuziad skrid"
-#: bootloader.pm:1378
+#: bootloader.pm:1391
+#, fuzzy, c-format
+msgid "rEFInd with graphical menu"
+msgstr "rEFInd gant meuziad grafek"
+
+#: bootloader.pm:1392
+#, fuzzy, c-format
+msgid "U-Boot/Extlinux with text menu"
+msgstr "U-Boot/Extlinux gant meuziad skrid"
+
+#: bootloader.pm:1480
#, c-format
msgid "not enough room in /boot"
msgstr "n'eus ket a-walc'h egor e /boot"
-#: bootloader.pm:2393
+#: bootloader.pm:2610
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1073,7 +1093,7 @@ msgstr ""
"Ret eo bremanaat kefluniadur ho karger loc'hañ peogwir e oa cheñchet niver "
"ar parzhiadurioù"
-#: bootloader.pm:2406
+#: bootloader.pm:2623
#, c-format
msgid ""
"The bootloader cannot be installed correctly. You have to boot rescue and "
@@ -1082,7 +1102,7 @@ msgstr ""
"N'hell ket bet staliet ar c'harger loc'hañ. Dao eo deoc'h loc'hañ gant ar "
"bladenn skoazell ha dibab « %s »"
-#: bootloader.pm:2407
+#: bootloader.pm:2624
#, c-format
msgid "Re-install Boot Loader"
msgstr "Staliañ ar c'harger loc'hañ c'hoazh"
@@ -1188,7 +1208,7 @@ msgstr "Dilemel"
msgid "Done"
msgstr "Graet"
-#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:323
+#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:325
#: diskdrake/interactive.pm:246 diskdrake/interactive.pm:259
#: diskdrake/interactive.pm:460 diskdrake/interactive.pm:535
#: diskdrake/interactive.pm:553 diskdrake/interactive.pm:558
@@ -1197,7 +1217,7 @@ msgstr "Graet"
#: diskdrake/interactive.pm:1242 diskdrake/interactive.pm:1245
#: diskdrake/interactive.pm:1513 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:49
#: do_pkgs.pm:54 do_pkgs.pm:79 do_pkgs.pm:103 do_pkgs.pm:108 do_pkgs.pm:142
-#: fsedit.pm:266 interactive/http.pm:117 interactive/http.pm:118
+#: fsedit.pm:264 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:94 scanner.pm:105 scanner.pm:112
#: scanner.pm:119 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
@@ -1278,7 +1298,7 @@ msgstr "Kenderc'hel"
msgid "Help"
msgstr "Skoazell"
-#: diskdrake/hd_gtk.pm:257
+#: diskdrake/hd_gtk.pm:259
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1289,78 +1309,78 @@ msgstr ""
"Aliañ a ran ouzoc'h adventañ ar parzhadur-se\n"
"(klikit warni, da c'houde klikit ouzh \"Adventañ\")"
-#: diskdrake/hd_gtk.pm:259
+#: diskdrake/hd_gtk.pm:261
#, c-format
msgid "Please click on a partition"
msgstr "Klikit ouzh ur parzhadur mar plij"
-#: diskdrake/hd_gtk.pm:273 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:275 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "Munudoù"
-#: diskdrake/hd_gtk.pm:323
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "No hard disk drives found"
msgstr "N'eus ket pladenn kavet ebet"
-#: diskdrake/hd_gtk.pm:362
+#: diskdrake/hd_gtk.pm:364
#, c-format
msgid "Unknown"
msgstr "Anavez"
-#: diskdrake/hd_gtk.pm:429
+#: diskdrake/hd_gtk.pm:431
#, c-format
msgid "Ext4"
msgstr "Ext4"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "XFS"
msgstr "XFS"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Swap"
msgstr "Disloañ"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Windows"
msgstr "Windows"
-#: diskdrake/hd_gtk.pm:430 fs/partitioning_wizard.pm:437 services.pm:201
+#: diskdrake/hd_gtk.pm:432 fs/partitioning_wizard.pm:437 services.pm:201
#, c-format
msgid "Other"
msgstr "All"
-#: diskdrake/hd_gtk.pm:430 diskdrake/interactive.pm:1397
+#: diskdrake/hd_gtk.pm:432 diskdrake/interactive.pm:1397
#: fs/partitioning_wizard.pm:437
#, c-format
msgid "Empty"
msgstr "Goullo"
-#: diskdrake/hd_gtk.pm:437
+#: diskdrake/hd_gtk.pm:439
#, c-format
msgid "Filesystem types:"
msgstr "Seurt ar reizhiadoù restroù :"
-#: diskdrake/hd_gtk.pm:458
+#: diskdrake/hd_gtk.pm:460
#, c-format
msgid "This partition is already empty"
msgstr "Goullo eo ar barzhadur-se c'hoazh"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Implijit « Divarc'hañ » da gentañ"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr "Grit kentoc'h gant « %s » (er mod mailh)"
-#: diskdrake/hd_gtk.pm:467 diskdrake/interactive.pm:409
+#: diskdrake/hd_gtk.pm:469 diskdrake/interactive.pm:409
#: diskdrake/interactive.pm:644 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
@@ -2250,7 +2270,7 @@ msgstr "Ar pakadoù a-heul zo war-nes bezañ staliet :\n"
msgid "Installing packages..."
msgstr "O staliañ pakadoù ..."
-#: do_pkgs.pm:387 pkgs.pm:293
+#: do_pkgs.pm:388 pkgs.pm:293
#, c-format
msgid "Removing packages..."
msgstr "Lemel pakadoù ..."
@@ -2270,7 +2290,7 @@ msgstr ""
msgid "You must have a ESP FAT32 partition mounted in /boot/EFI"
msgstr "Ret eo deoc'h kaout ur parzhadur ESP FAT32 marc'het war /boot/EFI"
-#: fs/any.pm:81 fs/partitioning_wizard.pm:82
+#: fs/any.pm:83 fs/partitioning_wizard.pm:82
#, c-format
msgid ""
"You must have a BIOS boot partition for non-UEFI GPT-partitioned disks. "
@@ -2322,7 +2342,7 @@ msgstr "sac'het eo mac'hañ ar barzhadur %s er renkell %s"
msgid "Checking %s"
msgstr "O wiriañ %s"
-#: fs/mount.pm:126 partition_table.pm:399
+#: fs/mount.pm:126 partition_table.pm:456
#, c-format
msgid "error unmounting %s: %s"
msgstr "fazi en ur zivarc'hañ %s : %s"
@@ -2625,7 +2645,7 @@ msgid ""
msgstr ""
"Meur a bladenn hoc’h eus. Pehini hoc’h eus c'hoant da implij evit staliañ ?"
-#: fs/partitioning_wizard.pm:271 fsedit.pm:638
+#: fs/partitioning_wizard.pm:271 fsedit.pm:641
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
@@ -2675,17 +2695,17 @@ msgstr "Setu ar pezh a zo war ho pladenn "
msgid "Partitioning failed: %s"
msgstr "Fazi en ur parzhañ : %s"
-#: fs/type.pm:382
+#: fs/type.pm:383
#, c-format
msgid "You cannot use JFS for partitions smaller than 16MB"
msgstr "N'hellit ket implij JFS evit ar parzhadurioù bihanoc'h evel 16Mo"
-#: fs/type.pm:383
+#: fs/type.pm:384
#, c-format
msgid "You cannot use ReiserFS for partitions smaller than 32MB"
msgstr "N'hellit ket implij ReiserFS evit ar parzhadurioù bihanoc'h evel 32Mo"
-#: fs/type.pm:384
+#: fs/type.pm:385
#, c-format
msgid "You cannot use btrfs for partitions smaller than 256MB"
msgstr "N'hellit ket implij BTRFS evit ar parzhadurioù bihanoc'h evel 256Mo"
@@ -2705,12 +2725,12 @@ msgstr "gant /usr"
msgid "server"
msgstr "servijer"
-#: fsedit.pm:157
+#: fsedit.pm:155
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""
-#: fsedit.pm:267
+#: fsedit.pm:265
#, c-format
msgid ""
"I cannot read the partition table of device %s, it's too corrupted for me :"
@@ -2730,22 +2750,22 @@ msgstr ""
"(%s eo ar fazi)\n"
"\n"
-#: fsedit.pm:450
+#: fsedit.pm:448
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Poentoù marc'hañ a rank kregiñ gant /"
-#: fsedit.pm:451
+#: fsedit.pm:449
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr ""
-#: fsedit.pm:452
+#: fsedit.pm:450
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Bez' ez eus ur parzhadur e boent marc'hañ %s endeo\n"
-#: fsedit.pm:455
+#: fsedit.pm:453
#, c-format
msgid ""
"You've selected an encrypted partition as root (/).\n"
@@ -2757,19 +2777,19 @@ msgstr ""
"N'eus ket moaien da loc'hañ hep ur barzhadur /boot.\n"
"Bezit sur hoc’h eus ouzhpennet ur barzhadur /boot"
-#: fsedit.pm:461 fsedit.pm:472
+#: fsedit.pm:459 fsedit.pm:470
#, c-format
msgid "You cannot use an encrypted filesystem for mount point %s"
msgstr ""
"N'hell ket bet implijet ur reizhiad restroù enrineget evit ar poent marc'hañ "
"%s"
-#: fsedit.pm:464 fsedit.pm:466
+#: fsedit.pm:462 fsedit.pm:464
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "Ret eo d'ar renkell-mañ da vezañ er reizhiad restroù gwrizienn"
-#: fsedit.pm:468 fsedit.pm:470
+#: fsedit.pm:466 fsedit.pm:468
#, c-format
msgid ""
"You need a true filesystem (ext2/3/4, reiserfs, xfs, or jfs) for this mount "
@@ -4910,12 +4930,12 @@ msgstr ""
msgid "Password seems secure"
msgstr "Seblantout a ra mat an tremenger"
-#: partition_table.pm:405
+#: partition_table.pm:462
#, c-format
msgid "mount failed: "
msgstr "marc'hañ sac'het : "
-#: partition_table.pm:531
+#: partition_table.pm:632
#, c-format
msgid ""
"You have a hole in your partition table but I cannot use it.\n"
@@ -4977,7 +4997,7 @@ msgstr "Troidigezh ha n'eo ket implijet"
msgid "Cannot add a partition to _formatted_ RAID %s"
msgstr "N'hellan ket ouzhpennañ ur parzhadur da RAID %s _furmadet_"
-#: raid.pm:200
+#: raid.pm:201
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "N'eus ket a-walc'h a barzhadurioù evit RAID live %d\n"
diff --git a/perl-install/share/po/bs.po b/perl-install/share/po/bs.po
index 8a3854d17..63fc06da9 100644
--- a/perl-install/share/po/bs.po
+++ b/perl-install/share/po/bs.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: bs\n"
-"POT-Creation-Date: 2016-12-12 23:00+0100\n"
+"POT-Creation-Date: 2018-11-03 11:40+0000\n"
"PO-Revision-Date: 2006-09-13 19:15+0200\n"
"Last-Translator: Vedran Ljubovic <vljubovic@smartnet.ba>\n"
"Language-Team: Bosnian <lokal@linux.org.ba>\n"
@@ -19,11 +19,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10.2\n"
-#: any.pm:263 any.pm:1026 diskdrake/interactive.pm:650
+#: any.pm:263 any.pm:695 any.pm:1107 diskdrake/interactive.pm:650
#: diskdrake/interactive.pm:874 diskdrake/interactive.pm:936
#: diskdrake/interactive.pm:1028 diskdrake/interactive.pm:1055
#: diskdrake/interactive.pm:1286 diskdrake/interactive.pm:1344 do_pkgs.pm:342
-#: do_pkgs.pm:387 interactive.pm:712 pkgs.pm:293
+#: do_pkgs.pm:388 interactive.pm:712 pkgs.pm:293
#, c-format
msgid "Please wait"
msgstr "Molim sačekajte"
@@ -171,7 +171,7 @@ msgstr "Uključi Local APIC"
msgid "Security"
msgstr "Sigurnost"
-#: any.pm:428 any.pm:950 any.pm:969 authentication.pm:249
+#: any.pm:428 any.pm:1028 any.pm:1047 authentication.pm:249
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
@@ -192,102 +192,112 @@ msgstr "Molim pokušajte ponovo"
msgid "You cannot use a password with %s"
msgstr "Ne možete koristiti šifrovani datotečni sistem za tačku montiranja %s"
-#: any.pm:437 any.pm:953 any.pm:971 authentication.pm:250
+#: any.pm:437 any.pm:1031 any.pm:1049 authentication.pm:250
#, c-format
msgid "Password (again)"
msgstr "Šifra (ponovo)"
-#: any.pm:502
+#: any.pm:504 any.pm:671 any.pm:714
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "Konfiguracija stila boota"
+
+#: any.pm:508
#, c-format
-msgid "Image"
-msgstr "Image"
+msgid "Install or update rEFInd in the EFI system partition"
+msgstr ""
-#: any.pm:503 any.pm:515
+#: any.pm:510
#, c-format
-msgid "Root"
-msgstr "Root"
+msgid "Install in /EFI/BOOT (workaround for some BIOSs)"
+msgstr ""
+
+#: any.pm:550 any.pm:575 diskdrake/interactive.pm:411
+#, c-format
+msgid "Label"
+msgstr "Oznaka"
-#: any.pm:504 any.pm:642
+#: any.pm:551 any.pm:559 any.pm:720
#, c-format
msgid "Append"
msgstr "Append"
-#: any.pm:506
+#: any.pm:552 any.pm:564 any.pm:721
+#, c-format
+msgid "Video mode"
+msgstr "Video režim"
+
+#: any.pm:557
+#, c-format
+msgid "Image"
+msgstr "Image"
+
+#: any.pm:558 any.pm:570
+#, c-format
+msgid "Root"
+msgstr "Root"
+
+#: any.pm:561
#, c-format
msgid "Xen append"
msgstr "Xen append"
-#: any.pm:508
+#: any.pm:563
#, c-format
msgid "Requires password to boot"
msgstr ""
-#: any.pm:509 any.pm:643
-#, c-format
-msgid "Video mode"
-msgstr "Video režim"
-
-#: any.pm:510
+#: any.pm:565
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:511
+#: any.pm:566
#, c-format
msgid "Network profile"
msgstr "Mrežni profil"
-#: any.pm:519 diskdrake/interactive.pm:411
-#, c-format
-msgid "Label"
-msgstr "Oznaka"
-
-#: any.pm:521 any.pm:640 harddrake/v4l.pm:438
+#: any.pm:577 any.pm:718 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Default"
-#: any.pm:529
+#: any.pm:585
#, c-format
msgid "Empty label not allowed"
msgstr "Prazna oznaka nije dozvoljena"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a kernel image"
msgstr "Morate navesti image kernela"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a root partition"
msgstr "Morate navesti root particiju"
-#: any.pm:531
+#: any.pm:587
#, c-format
msgid "This label is already used"
msgstr "Ova oznaka je već u upotrebi"
-#: any.pm:549
+#: any.pm:611
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Koju vrstu opcije želite dodati?"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Linux"
msgstr "Linux"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Other OS (Windows...)"
msgstr "Ostali OSi (Windows...)"
-#: any.pm:597 any.pm:636
-#, fuzzy, c-format
-msgid "Bootloader Configuration"
-msgstr "Konfiguracija stila boota"
-
-#: any.pm:598
+#: any.pm:672
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -296,12 +306,12 @@ msgstr ""
"Ovo su trenutne opcije u vašem boot meniju.\n"
"Možete dodati nove ili promijeniti postojeće."
-#: any.pm:645
+#: any.pm:723
#, c-format
msgid "Do not touch ESP or MBR"
msgstr ""
-#: any.pm:647 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:458
+#: any.pm:725 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:460
#: diskdrake/interactive.pm:305 diskdrake/interactive.pm:391
#: diskdrake/interactive.pm:605 diskdrake/interactive.pm:820
#: diskdrake/interactive.pm:885 diskdrake/interactive.pm:1053
@@ -313,220 +323,220 @@ msgstr ""
msgid "Warning"
msgstr "Upozorenje"
-#: any.pm:648
+#: any.pm:726
#, c-format
msgid ""
"Not installing on ESP or MBR means that the installation is not bootable "
"unless chain loaded from another OS!"
msgstr ""
-#: any.pm:652
+#: any.pm:730
#, c-format
msgid "Probe Foreign OS"
msgstr ""
-#: any.pm:653
+#: any.pm:731
#, c-format
msgid ""
"If grub2 takes too long to install, you can use this option to skip "
"detecting other OSes and make it fast"
msgstr ""
-#: any.pm:909
+#: any.pm:987
#, c-format
msgid "access to X programs"
msgstr "pristup X programima"
-#: any.pm:910
+#: any.pm:988
#, c-format
msgid "access to rpm tools"
msgstr "pristup rpm alatima"
-#: any.pm:911
+#: any.pm:989
#, c-format
msgid "allow \"su\""
msgstr "dozvoli \"su\""
-#: any.pm:912
+#: any.pm:990
#, c-format
msgid "access to administrative files"
msgstr "pristup administrativnim datotekama"
-#: any.pm:913
+#: any.pm:991
#, c-format
msgid "access to network tools"
msgstr "pristup mrežnim alatima"
-#: any.pm:914
+#: any.pm:992
#, c-format
msgid "access to compilation tools"
msgstr "pristup alatima za kompajliranje"
-#: any.pm:920
+#: any.pm:998
#, c-format
msgid "(already added %s)"
msgstr "(već dodan %s)"
-#: any.pm:926
+#: any.pm:1004
#, c-format
msgid "Please give a user name"
msgstr "Molim navedite korisničko ime"
-#: any.pm:927
+#: any.pm:1005
#, fuzzy, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
"cased letters, numbers, `-' and `_'"
msgstr "Korisničko ime smije sadržati samo mala slova, brojeve, `-' i `_'"
-#: any.pm:928
+#: any.pm:1006
#, c-format
msgid "The user name is too long"
msgstr "Korisničko ime je predugačko"
-#: any.pm:929
+#: any.pm:1007
#, c-format
msgid "This user name has already been added"
msgstr "Ovo korisničko ime je već dodano"
-#: any.pm:935 any.pm:973
+#: any.pm:1013 any.pm:1051
#, c-format
msgid "User ID"
msgstr "Korisnički ID"
-#: any.pm:935 any.pm:974
+#: any.pm:1013 any.pm:1052
#, c-format
msgid "Group ID"
msgstr "Grupni ID"
-#: any.pm:936
+#: any.pm:1014
#, c-format
msgid "%s must be a number"
msgstr "Opcija %s mora biti broj"
-#: any.pm:937
+#: any.pm:1015
#, c-format
msgid "%s should be above 1000. Accept anyway?"
msgstr "%s mora biti veće od 1000. Svejedno prihvati?"
-#: any.pm:941
+#: any.pm:1019
#, fuzzy, c-format
msgid "User management"
msgstr "Korisničko ime"
-#: any.pm:947
+#: any.pm:1025
#, c-format
msgid "Enable guest account"
msgstr ""
-#: any.pm:949 authentication.pm:236
+#: any.pm:1027 authentication.pm:236
#, c-format
msgid "Set administrator (root) password"
msgstr "Podesite administratorsku (root) šifru"
-#: any.pm:955
+#: any.pm:1033
#, fuzzy, c-format
msgid "Enter a user"
msgstr ""
"Unesite korisnika\n"
"%s"
-#: any.pm:957
+#: any.pm:1035
#, c-format
msgid "Icon"
msgstr "Ikona"
-#: any.pm:960
+#: any.pm:1038
#, c-format
msgid "Real name"
msgstr "Pravo ime"
-#: any.pm:967
+#: any.pm:1045
#, c-format
msgid "Login name"
msgstr "Korisničko ime"
-#: any.pm:972
+#: any.pm:1050
#, c-format
msgid "Shell"
msgstr "Shell"
-#: any.pm:976
+#: any.pm:1054
#, c-format
msgid "Extra Groups:"
msgstr ""
-#: any.pm:1026
+#: any.pm:1107
#, c-format
msgid "Please wait, adding media..."
msgstr "Molim sačekajte, dodajem medije..."
-#: any.pm:1078 security/l10n.pm:14
+#: any.pm:1159 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Autologin"
-#: any.pm:1079
+#: any.pm:1160
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr "Mogu podesiti vaš računar da automatski prijavi jednog korisnika."
-#: any.pm:1080
+#: any.pm:1161
#, c-format
msgid "Use this feature"
msgstr "Koristi ovu mogućnost"
-#: any.pm:1081
+#: any.pm:1162
#, c-format
msgid "Choose the default user:"
msgstr "Izaberite default korisnika:"
-#: any.pm:1082
+#: any.pm:1163
#, c-format
msgid "Choose the window manager to run:"
msgstr "Izaberite window manager koji će se pokretati:"
-#: any.pm:1093 any.pm:1108 any.pm:1177
+#: any.pm:1174 any.pm:1189 any.pm:1258
#, c-format
msgid "Release Notes"
msgstr "Napomene izdanja"
-#: any.pm:1115 any.pm:1476 interactive/gtk.pm:820
+#: any.pm:1196 any.pm:1560 interactive/gtk.pm:820
#, c-format
msgid "Close"
msgstr "Zatvori"
-#: any.pm:1163
+#: any.pm:1244
#, c-format
msgid "License agreement"
msgstr "Licencni ugovor"
-#: any.pm:1165 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
+#: any.pm:1246 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
#, c-format
msgid "Quit"
msgstr "Izlaz"
-#: any.pm:1172
+#: any.pm:1253
#, fuzzy, c-format
msgid "Do you accept this license ?"
msgstr "Imate li neki drugi?"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Accept"
msgstr "Prihvatam"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Refuse"
msgstr "Ne prihvatam"
-#: any.pm:1199 any.pm:1262
+#: any.pm:1280 any.pm:1343
#, c-format
msgid "Please choose a language to use"
msgstr "Molim izaberite jezik koji ćete koristiti"
-#: any.pm:1227
+#: any.pm:1308
#, fuzzy, c-format
msgid ""
"%s can support multiple languages. Select\n"
@@ -537,87 +547,87 @@ msgstr ""
"želite instalirati. Oni će biti dostupni kada se završi vaša\n"
"instalacija i restartujete vaš sistem."
-#: any.pm:1229 fs/partitioning_wizard.pm:194
+#: any.pm:1310 fs/partitioning_wizard.pm:194
#, c-format
msgid "Mageia"
msgstr "Mageia"
-#: any.pm:1230
+#: any.pm:1311
#, fuzzy, c-format
msgid "Multiple languages"
msgstr "Višejezična podrška"
-#: any.pm:1231
+#: any.pm:1312
#, c-format
msgid "Select Additional Languages"
msgstr ""
-#: any.pm:1240 any.pm:1271
+#: any.pm:1321 any.pm:1352
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr "Kompatibilnost sa starim (ne-UTF8) kodiranjem"
-#: any.pm:1241
+#: any.pm:1322
#, c-format
msgid "All languages"
msgstr "Svi jezici"
-#: any.pm:1263
+#: any.pm:1344
#, c-format
msgid "Language choice"
msgstr "Izbor jezika"
-#: any.pm:1317
+#: any.pm:1398
#, c-format
msgid "Country / Region"
msgstr "Država / Oblast"
-#: any.pm:1318
+#: any.pm:1399
#, c-format
msgid "Please choose your country"
msgstr "Molim izaberite vašu državu"
-#: any.pm:1320
+#: any.pm:1401
#, c-format
msgid "Here is the full list of available countries"
msgstr "Ovdje je puna lista svih dostupnih država"
-#: any.pm:1321
+#: any.pm:1402
#, c-format
msgid "Other Countries"
msgstr "Ostale države"
-#: any.pm:1321 interactive.pm:491 interactive/gtk.pm:444
+#: any.pm:1402 interactive.pm:491 interactive/gtk.pm:444
#, c-format
msgid "Advanced"
msgstr "Više opcija"
-#: any.pm:1327
+#: any.pm:1408
#, c-format
msgid "Input method:"
msgstr "Metod unosa:"
-#: any.pm:1330
+#: any.pm:1411
#, c-format
msgid "None"
msgstr "Ništa"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "No sharing"
msgstr "Bez dijeljenja"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Allow all users"
msgstr "Dozvoli svim korisnicima"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Custom"
msgstr "Vlastito"
-#: any.pm:1425
+#: any.pm:1509
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -635,7 +645,7 @@ msgstr ""
"\"Izaberi korisnike\" vam omogućuje da podesite ovu opciju zasebno za svakog "
"korisnika.\n"
-#: any.pm:1437
+#: any.pm:1521
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
@@ -644,7 +654,7 @@ msgstr ""
"NFS: tradicionalni Unix sistem za dijeljenje datoteka, koji ima slabiju "
"podršku na Macintoshu i Windowsu."
-#: any.pm:1440
+#: any.pm:1524
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
@@ -653,7 +663,7 @@ msgstr ""
"SMB: sistem za dijeljenje datoteka koji koristi Windows, Mac OS X i većina "
"modernih Linux sistema."
-#: any.pm:1448
+#: any.pm:1532
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
@@ -661,12 +671,12 @@ msgstr ""
"Možete eksportovati koristeći NFS ili Sambu. Molim izaberite sistem koji "
"želite koristiti."
-#: any.pm:1476
+#: any.pm:1560
#, c-format
msgid "Launch userdrake"
msgstr "Pokreni userdrake"
-#: any.pm:1478
+#: any.pm:1562
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
@@ -675,7 +685,7 @@ msgstr ""
"Dijeljenje na nivou korisnika koristi grupu \"fileshare\". \n"
"Možete dodavati korisnike u ovu grupu pomoću userdrake-a."
-#: any.pm:1585
+#: any.pm:1669
#, fuzzy, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
@@ -684,49 +694,49 @@ msgstr ""
"Trebate se odjaviti i ponovo prijaviti na sistem kako bi izmjene stupile na "
"snagu"
-#: any.pm:1589
+#: any.pm:1673
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"Trebate se odjaviti i ponovo prijaviti na sistem kako bi izmjene stupile na "
"snagu"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Timezone"
msgstr "Vremenska zona"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Which is your timezone?"
msgstr "Koja je vaša vremenska zona?"
-#: any.pm:1647 any.pm:1649
+#: any.pm:1731 any.pm:1733
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr "Postavke datuma, sata i vremenske zone"
-#: any.pm:1650
+#: any.pm:1734
#, c-format
msgid "What is the best time?"
msgstr "Koje je vrijeme tačnije?"
-#: any.pm:1654
+#: any.pm:1738
#, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "%s (hardverski sat podešen na UTC)"
-#: any.pm:1655
+#: any.pm:1739
#, c-format
msgid "%s (hardware clock set to local time)"
msgstr "%s (hardverski sat podešen na lokalno vrijeme)"
-#: any.pm:1657
+#: any.pm:1741
#, c-format
msgid "NTP Server"
msgstr "NTP server"
-#: any.pm:1658
+#: any.pm:1742
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatska sinhronizacija vremena (koristeći NTP)"
@@ -1059,7 +1069,7 @@ msgid "Domain Admin Password"
msgstr "Administratorska šifra domena"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:1122
+#: bootloader.pm:1217
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1074,37 +1084,47 @@ msgstr ""
"sacekajte da se pokrene podrazumjevani OS.\n"
"\n"
-#: bootloader.pm:1287
+#: bootloader.pm:1386
#, c-format
msgid "LILO with text menu"
msgstr "LILO sa tekstualnim menijem"
-#: bootloader.pm:1288
+#: bootloader.pm:1387
#, c-format
msgid "GRUB2 with graphical menu"
msgstr "GRUB2 sa grafičkim menijem"
-#: bootloader.pm:1289
+#: bootloader.pm:1388
#, c-format
msgid "GRUB2 with text menu"
msgstr "GRUB2 sa tekstualnim menijem"
-#: bootloader.pm:1290
+#: bootloader.pm:1389
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB sa grafičkim menijem"
-#: bootloader.pm:1291
+#: bootloader.pm:1390
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB sa tekstualnim menijem"
-#: bootloader.pm:1378
+#: bootloader.pm:1391
+#, fuzzy, c-format
+msgid "rEFInd with graphical menu"
+msgstr "rEFInd sa grafičkim menijem"
+
+#: bootloader.pm:1392
+#, fuzzy, c-format
+msgid "U-Boot/Extlinux with text menu"
+msgstr "U-Boot/Extlinux sa tekstualnim menijem"
+
+#: bootloader.pm:1480
#, c-format
msgid "not enough room in /boot"
msgstr "nema dovoljno prostora u /boot"
-#: bootloader.pm:2393
+#: bootloader.pm:2610
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1113,7 +1133,7 @@ msgstr ""
"Konfiguracija vašeg bootloadera mora biti ažurirana pošto su particije "
"renumerisane"
-#: bootloader.pm:2406
+#: bootloader.pm:2623
#, c-format
msgid ""
"The bootloader cannot be installed correctly. You have to boot rescue and "
@@ -1122,7 +1142,7 @@ msgstr ""
"Ne mogu ispravno instalirati bootloader. Morate pokrenuti \"rescue\" sistem "
"i izabrati \"%s\""
-#: bootloader.pm:2407
+#: bootloader.pm:2624
#, c-format
msgid "Re-install Boot Loader"
msgstr "Reinstalacija bootloadera"
@@ -1232,7 +1252,7 @@ msgstr "Pobriši"
msgid "Done"
msgstr "Gotovo"
-#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:323
+#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:325
#: diskdrake/interactive.pm:246 diskdrake/interactive.pm:259
#: diskdrake/interactive.pm:460 diskdrake/interactive.pm:535
#: diskdrake/interactive.pm:553 diskdrake/interactive.pm:558
@@ -1241,7 +1261,7 @@ msgstr "Gotovo"
#: diskdrake/interactive.pm:1242 diskdrake/interactive.pm:1245
#: diskdrake/interactive.pm:1513 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:49
#: do_pkgs.pm:54 do_pkgs.pm:79 do_pkgs.pm:103 do_pkgs.pm:108 do_pkgs.pm:142
-#: fsedit.pm:266 interactive/http.pm:117 interactive/http.pm:118
+#: fsedit.pm:264 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:94 scanner.pm:105 scanner.pm:112
#: scanner.pm:119 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
@@ -1322,7 +1342,7 @@ msgstr "Nastavak"
msgid "Help"
msgstr "Pomoć"
-#: diskdrake/hd_gtk.pm:257
+#: diskdrake/hd_gtk.pm:259
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1333,78 +1353,78 @@ msgstr ""
"Predlažem da najprije promijenite veličinu te particije\n"
"(kliknite na nju, zatim na \"Promijeni veličinu\")"
-#: diskdrake/hd_gtk.pm:259
+#: diskdrake/hd_gtk.pm:261
#, c-format
msgid "Please click on a partition"
msgstr "Kliknite na particiju"
-#: diskdrake/hd_gtk.pm:273 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:275 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "Detalji"
-#: diskdrake/hd_gtk.pm:323
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "No hard disk drives found"
msgstr "Nije pronađen nijedan hard disk"
-#: diskdrake/hd_gtk.pm:362
+#: diskdrake/hd_gtk.pm:364
#, c-format
msgid "Unknown"
msgstr "Nepoznat"
-#: diskdrake/hd_gtk.pm:429
+#: diskdrake/hd_gtk.pm:431
#, fuzzy, c-format
msgid "Ext4"
msgstr "Izlaz"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, fuzzy, c-format
msgid "XFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Swap"
msgstr "Swap"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Windows"
msgstr "Windows"
-#: diskdrake/hd_gtk.pm:430 fs/partitioning_wizard.pm:437 services.pm:201
+#: diskdrake/hd_gtk.pm:432 fs/partitioning_wizard.pm:437 services.pm:201
#, c-format
msgid "Other"
msgstr "Ostalo"
-#: diskdrake/hd_gtk.pm:430 diskdrake/interactive.pm:1397
+#: diskdrake/hd_gtk.pm:432 diskdrake/interactive.pm:1397
#: fs/partitioning_wizard.pm:437
#, c-format
msgid "Empty"
msgstr "Prazno"
-#: diskdrake/hd_gtk.pm:437
+#: diskdrake/hd_gtk.pm:439
#, c-format
msgid "Filesystem types:"
msgstr "Tipovi file sistema:"
-#: diskdrake/hd_gtk.pm:458
+#: diskdrake/hd_gtk.pm:460
#, c-format
msgid "This partition is already empty"
msgstr "Ova particija je već prazna"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Najprije koristite \"Demontiraj\""
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, fuzzy, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr "Koristi \"%s\" umjesto toga"
-#: diskdrake/hd_gtk.pm:467 diskdrake/interactive.pm:409
+#: diskdrake/hd_gtk.pm:469 diskdrake/interactive.pm:409
#: diskdrake/interactive.pm:644 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
@@ -2324,7 +2344,7 @@ msgstr "Sljedeći paketi trebaju biti instalirani:\n"
msgid "Installing packages..."
msgstr "Instaliram pakete..."
-#: do_pkgs.pm:387 pkgs.pm:293
+#: do_pkgs.pm:388 pkgs.pm:293
#, c-format
msgid "Removing packages..."
msgstr "Uklanjam pakete..."
@@ -2344,7 +2364,7 @@ msgstr ""
msgid "You must have a ESP FAT32 partition mounted in /boot/EFI"
msgstr "Morate imati ESP FAT32 particiju montiranu na /boot/EFI"
-#: fs/any.pm:81 fs/partitioning_wizard.pm:82
+#: fs/any.pm:83 fs/partitioning_wizard.pm:82
#, c-format
msgid ""
"You must have a BIOS boot partition for non-UEFI GPT-partitioned disks. "
@@ -2396,7 +2416,7 @@ msgstr "montiranje particije %s u direktoriju %s nije uspjelo"
msgid "Checking %s"
msgstr "Provjeravam %s"
-#: fs/mount.pm:126 partition_table.pm:399
+#: fs/mount.pm:126 partition_table.pm:456
#, c-format
msgid "error unmounting %s: %s"
msgstr "greška u demontiranju %s: %s"
@@ -2722,7 +2742,7 @@ msgid ""
msgstr ""
"Imate više od jednog hard diska. Na koji od njih želite instalirati Linux?"
-#: fs/partitioning_wizard.pm:271 fsedit.pm:638
+#: fs/partitioning_wizard.pm:271 fsedit.pm:641
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
@@ -2772,17 +2792,17 @@ msgstr ""
msgid "Partitioning failed: %s"
msgstr "Particioniranje nije uspjelo: %s"
-#: fs/type.pm:382
+#: fs/type.pm:383
#, c-format
msgid "You cannot use JFS for partitions smaller than 16MB"
msgstr "Ne možete koristiti JFS za particije manje od 16MB"
-#: fs/type.pm:383
+#: fs/type.pm:384
#, c-format
msgid "You cannot use ReiserFS for partitions smaller than 32MB"
msgstr "Ne možete koristiti ReiserFS za particije manje od 32MB"
-#: fs/type.pm:384
+#: fs/type.pm:385
#, fuzzy, c-format
msgid "You cannot use btrfs for partitions smaller than 256MB"
msgstr "Ne možete koristiti JFS za particije manje od 16MB"
@@ -2802,12 +2822,12 @@ msgstr "sa /usr"
msgid "server"
msgstr "server"
-#: fsedit.pm:157
+#: fsedit.pm:155
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr "BIOS softverski RAID je pronađen na diskovima %s. Da ga aktiviram?"
-#: fsedit.pm:267
+#: fsedit.pm:265
#, c-format
msgid ""
"I cannot read the partition table of device %s, it's too corrupted for me :"
@@ -2826,22 +2846,22 @@ msgstr ""
"\n"
"Slažete li se sa gubitkom svih particija?\n"
-#: fsedit.pm:450
+#: fsedit.pm:448
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Tačke montiranja moraju počinjati sa /"
-#: fsedit.pm:451
+#: fsedit.pm:449
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr "Tačka montiranja se treba sastojati samo od brojeva i slova"
-#: fsedit.pm:452
+#: fsedit.pm:450
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Već postoji particija sa tačkom montiranja %s\n"
-#: fsedit.pm:455
+#: fsedit.pm:453
#, fuzzy, c-format
msgid ""
"You've selected an encrypted partition as root (/).\n"
@@ -2852,17 +2872,17 @@ msgstr ""
"Nijedan bootloader nije u mogućnosti da rukuje sa ovim bez /boot particije.\n"
"Molim kasnije dodajte /boot particiju"
-#: fsedit.pm:461 fsedit.pm:472
+#: fsedit.pm:459 fsedit.pm:470
#, c-format
msgid "You cannot use an encrypted filesystem for mount point %s"
msgstr "Ne možete koristiti šifrovani datotečni sistem za tačku montiranja %s"
-#: fsedit.pm:464 fsedit.pm:466
+#: fsedit.pm:462 fsedit.pm:464
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "Ovaj direktorij treba ostati unutar korijenskog file sistema"
-#: fsedit.pm:468 fsedit.pm:470
+#: fsedit.pm:466 fsedit.pm:468
#, c-format
msgid ""
"You need a true filesystem (ext2/3/4, reiserfs, xfs, or jfs) for this mount "
@@ -5114,12 +5134,12 @@ msgstr ""
msgid "Password seems secure"
msgstr "Šifra za korisnika"
-#: partition_table.pm:405
+#: partition_table.pm:462
#, c-format
msgid "mount failed: "
msgstr "montiranje nije uspjelo: "
-#: partition_table.pm:531
+#: partition_table.pm:632
#, c-format
msgid ""
"You have a hole in your partition table but I cannot use it.\n"
@@ -5184,7 +5204,7 @@ msgstr ""
msgid "Cannot add a partition to _formatted_ RAID %s"
msgstr "Ne mogu dodati particiju na _formatiran_ RAID %s"
-#: raid.pm:200
+#: raid.pm:201
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nema dovoljno particija za RAID nivo %d\n"
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
index 0bf1711c8..de17be509 100644
--- a/perl-install/share/po/ca.po
+++ b/perl-install/share/po/ca.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
-"POT-Creation-Date: 2016-12-12 23:00+0100\n"
+"POT-Creation-Date: 2018-11-03 11:40+0000\n"
"PO-Revision-Date: 2018-10-24 10:40+0000\n"
"Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n"
"Language-Team: Catalan (http://www.transifex.com/MageiaLinux/mageia/language/"
@@ -21,11 +21,11 @@ msgstr ""
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: any.pm:263 any.pm:1026 diskdrake/interactive.pm:650
+#: any.pm:263 any.pm:695 any.pm:1107 diskdrake/interactive.pm:650
#: diskdrake/interactive.pm:874 diskdrake/interactive.pm:936
#: diskdrake/interactive.pm:1028 diskdrake/interactive.pm:1055
#: diskdrake/interactive.pm:1286 diskdrake/interactive.pm:1344 do_pkgs.pm:342
-#: do_pkgs.pm:387 interactive.pm:712 pkgs.pm:293
+#: do_pkgs.pm:388 interactive.pm:712 pkgs.pm:293
#, c-format
msgid "Please wait"
msgstr "Espereu, si us plau."
@@ -174,7 +174,7 @@ msgstr "Habilita APIC local"
msgid "Security"
msgstr "Seguretat"
-#: any.pm:428 any.pm:950 any.pm:969 authentication.pm:249
+#: any.pm:428 any.pm:1028 any.pm:1047 authentication.pm:249
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
@@ -195,102 +195,112 @@ msgstr "Si us plau, torneu-ho a intentar"
msgid "You cannot use a password with %s"
msgstr "No podeu utilitzar una contrasenya amb %s"
-#: any.pm:437 any.pm:953 any.pm:971 authentication.pm:250
+#: any.pm:437 any.pm:1031 any.pm:1049 authentication.pm:250
#, c-format
msgid "Password (again)"
msgstr "Contrasenya (un altre cop)"
-#: any.pm:502
+#: any.pm:504 any.pm:671 any.pm:714
#, c-format
-msgid "Image"
-msgstr "Imatge"
+msgid "Bootloader Configuration"
+msgstr "Configuració del gestor d'arrencada"
-#: any.pm:503 any.pm:515
+#: any.pm:508
#, c-format
-msgid "Root"
-msgstr "Arrel"
+msgid "Install or update rEFInd in the EFI system partition"
+msgstr ""
-#: any.pm:504 any.pm:642
+#: any.pm:510
+#, c-format
+msgid "Install in /EFI/BOOT (workaround for some BIOSs)"
+msgstr ""
+
+#: any.pm:550 any.pm:575 diskdrake/interactive.pm:411
+#, c-format
+msgid "Label"
+msgstr "Etiqueta"
+
+#: any.pm:551 any.pm:559 any.pm:720
#, c-format
msgid "Append"
msgstr "Afegeix"
-#: any.pm:506
+#: any.pm:552 any.pm:564 any.pm:721
+#, c-format
+msgid "Video mode"
+msgstr "Mode de vídeo"
+
+#: any.pm:557
+#, c-format
+msgid "Image"
+msgstr "Imatge"
+
+#: any.pm:558 any.pm:570
+#, c-format
+msgid "Root"
+msgstr "Arrel"
+
+#: any.pm:561
#, c-format
msgid "Xen append"
msgstr "Annex Xen"
-#: any.pm:508
+#: any.pm:563
#, c-format
msgid "Requires password to boot"
msgstr "Cal una contrasenya per a arrencar"
-#: any.pm:509 any.pm:643
-#, c-format
-msgid "Video mode"
-msgstr "Mode de vídeo"
-
-#: any.pm:510
+#: any.pm:565
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:511
+#: any.pm:566
#, c-format
msgid "Network profile"
msgstr "Perfil de xarxa"
-#: any.pm:519 diskdrake/interactive.pm:411
-#, c-format
-msgid "Label"
-msgstr "Etiqueta"
-
-#: any.pm:521 any.pm:640 harddrake/v4l.pm:438
+#: any.pm:577 any.pm:718 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Predeterminat"
-#: any.pm:529
+#: any.pm:585
#, c-format
msgid "Empty label not allowed"
msgstr "No es permet una etiqueta buida"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a kernel image"
msgstr "Heu d'especificar una imatge de kernel"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a root partition"
msgstr "Heu d'especificar una partició arrel"
-#: any.pm:531
+#: any.pm:587
#, c-format
msgid "This label is already used"
msgstr "Aquesta etiqueta ja està en ús"
-#: any.pm:549
+#: any.pm:611
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Quin tipus d'entrada voleu afegir?"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Linux"
msgstr "Linux"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Other OS (Windows...)"
msgstr "Un altre SO (Windows...)"
-#: any.pm:597 any.pm:636
-#, c-format
-msgid "Bootloader Configuration"
-msgstr "Configuració del gestor d'arrencada"
-
-#: any.pm:598
+#: any.pm:672
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -299,12 +309,12 @@ msgstr ""
"Aquestes són les diferents entrades en el menú d'arrencada.\n"
"Podeu afegir-ne més o canviar les existents."
-#: any.pm:645
+#: any.pm:723
#, c-format
msgid "Do not touch ESP or MBR"
msgstr "No toquis l'ESP o l'MBR"
-#: any.pm:647 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:458
+#: any.pm:725 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:460
#: diskdrake/interactive.pm:305 diskdrake/interactive.pm:391
#: diskdrake/interactive.pm:605 diskdrake/interactive.pm:820
#: diskdrake/interactive.pm:885 diskdrake/interactive.pm:1053
@@ -316,7 +326,7 @@ msgstr "No toquis l'ESP o l'MBR"
msgid "Warning"
msgstr "Advertència"
-#: any.pm:648
+#: any.pm:726
#, c-format
msgid ""
"Not installing on ESP or MBR means that the installation is not bootable "
@@ -325,12 +335,12 @@ msgstr ""
"Si no s'instal·la a l'MBR o l'ESP vol dir que la instal·lació no és "
"arrencable si no és que s'encadeni des d'un altre sistema operatiu!"
-#: any.pm:652
+#: any.pm:730
#, c-format
msgid "Probe Foreign OS"
msgstr "Comprova si hi ha altres sistemes operatius"
-#: any.pm:653
+#: any.pm:731
#, c-format
msgid ""
"If grub2 takes too long to install, you can use this option to skip "
@@ -339,47 +349,47 @@ msgstr ""
"Si el grub2 triga massa a instal·lar-se, podeu utilitzar aquesta opció per "
"ometre la detecció d'altres sistemes i avançar més de pressa."
-#: any.pm:909
+#: any.pm:987
#, c-format
msgid "access to X programs"
msgstr "accés als programes de les X"
-#: any.pm:910
+#: any.pm:988
#, c-format
msgid "access to rpm tools"
msgstr "accés a les eines rpm"
-#: any.pm:911
+#: any.pm:989
#, c-format
msgid "allow \"su\""
msgstr "permet «su»"
-#: any.pm:912
+#: any.pm:990
#, c-format
msgid "access to administrative files"
msgstr "accés als fitxers administratius"
-#: any.pm:913
+#: any.pm:991
#, c-format
msgid "access to network tools"
msgstr "accés a les eines de xarxa"
-#: any.pm:914
+#: any.pm:992
#, c-format
msgid "access to compilation tools"
msgstr "accés a les eines de compilació"
-#: any.pm:920
+#: any.pm:998
#, c-format
msgid "(already added %s)"
msgstr "(ja s'ha afegit %s)"
-#: any.pm:926
+#: any.pm:1004
#, c-format
msgid "Please give a user name"
msgstr "Introduïu un nom d'usuari"
-#: any.pm:927
+#: any.pm:1005
#, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
@@ -388,154 +398,154 @@ msgstr ""
"El nom d'usuari ha de començar amb una lletra minúscula seguida només per "
"lletres minúscules, nombres, «-» i «_»"
-#: any.pm:928
+#: any.pm:1006
#, c-format
msgid "The user name is too long"
msgstr "El nom d'usuari és massa llarg"
-#: any.pm:929
+#: any.pm:1007
#, c-format
msgid "This user name has already been added"
msgstr "Aquest nom d'usuari ja s'ha afegit"
-#: any.pm:935 any.pm:973
+#: any.pm:1013 any.pm:1051
#, c-format
msgid "User ID"
msgstr "Id. d'usuari"
-#: any.pm:935 any.pm:974
+#: any.pm:1013 any.pm:1052
#, c-format
msgid "Group ID"
msgstr "Id. de grup"
-#: any.pm:936
+#: any.pm:1014
#, c-format
msgid "%s must be a number"
msgstr "%s ha de ser un número"
-#: any.pm:937
+#: any.pm:1015
#, c-format
msgid "%s should be above 1000. Accept anyway?"
msgstr "%s hauria de ser superior a 1000. Continuar tot i això?"
-#: any.pm:941
+#: any.pm:1019
#, c-format
msgid "User management"
msgstr "Gestió d'usuaris"
-#: any.pm:947
+#: any.pm:1025
#, c-format
msgid "Enable guest account"
msgstr "Habilita el compte de convidat"
-#: any.pm:949 authentication.pm:236
+#: any.pm:1027 authentication.pm:236
#, c-format
msgid "Set administrator (root) password"
msgstr "Establiu la contrasenya de l'administrador (root)"
-#: any.pm:955
+#: any.pm:1033
#, c-format
msgid "Enter a user"
msgstr "Introduïu un usuari"
-#: any.pm:957
+#: any.pm:1035
#, c-format
msgid "Icon"
msgstr "Icona"
-#: any.pm:960
+#: any.pm:1038
#, c-format
msgid "Real name"
msgstr "Nom real"
-#: any.pm:967
+#: any.pm:1045
#, c-format
msgid "Login name"
msgstr "Nom d'accés"
-#: any.pm:972
+#: any.pm:1050
#, c-format
msgid "Shell"
msgstr "Shell"
-#: any.pm:976
+#: any.pm:1054
#, c-format
msgid "Extra Groups:"
msgstr "Grups extres:"
-#: any.pm:1026
+#: any.pm:1107
#, c-format
msgid "Please wait, adding media..."
msgstr "Espereu, si us plau; s'estan afegint els mitjans..."
-#: any.pm:1078 security/l10n.pm:14
+#: any.pm:1159 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Entrada automàtica"
-#: any.pm:1079
+#: any.pm:1160
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
"Puc configurar el vostre ordinador de manera que entri automàticament amb un "
"nom d'usuari."
-#: any.pm:1080
+#: any.pm:1161
#, c-format
msgid "Use this feature"
msgstr "Utilitza aquesta característica"
-#: any.pm:1081
+#: any.pm:1162
#, c-format
msgid "Choose the default user:"
msgstr "Escolliu l'usuari per defecte:"
-#: any.pm:1082
+#: any.pm:1163
#, c-format
msgid "Choose the window manager to run:"
msgstr "Escolliu el gestor de finestres per executar:"
-#: any.pm:1093 any.pm:1108 any.pm:1177
+#: any.pm:1174 any.pm:1189 any.pm:1258
#, c-format
msgid "Release Notes"
msgstr "Notes de la versió"
-#: any.pm:1115 any.pm:1476 interactive/gtk.pm:820
+#: any.pm:1196 any.pm:1560 interactive/gtk.pm:820
#, c-format
msgid "Close"
msgstr "Tanca"
-#: any.pm:1163
+#: any.pm:1244
#, c-format
msgid "License agreement"
msgstr "Acord de llicència"
-#: any.pm:1165 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
+#: any.pm:1246 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
#, c-format
msgid "Quit"
msgstr "Surt"
-#: any.pm:1172
+#: any.pm:1253
#, c-format
msgid "Do you accept this license ?"
msgstr "Accepteu aquesta llicència?"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Accept"
msgstr "Accepta"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Refuse"
msgstr "Rebutja"
-#: any.pm:1199 any.pm:1262
+#: any.pm:1280 any.pm:1343
#, c-format
msgid "Please choose a language to use"
msgstr "Trieu l'idioma que voleu utilitzar"
-#: any.pm:1227
+#: any.pm:1308
#, c-format
msgid ""
"%s can support multiple languages. Select\n"
@@ -546,87 +556,87 @@ msgstr ""
"els idiomes que voleu instal·lar. Estaran disponibles\n"
"quan la instal·lació hagi acabat i reinicieu l'ordinador."
-#: any.pm:1229 fs/partitioning_wizard.pm:194
+#: any.pm:1310 fs/partitioning_wizard.pm:194
#, c-format
msgid "Mageia"
msgstr "Mageia"
-#: any.pm:1230
+#: any.pm:1311
#, c-format
msgid "Multiple languages"
msgstr "Diversos idiomes"
-#: any.pm:1231
+#: any.pm:1312
#, c-format
msgid "Select Additional Languages"
msgstr "Selecciona els idiomes addicionals"
-#: any.pm:1240 any.pm:1271
+#: any.pm:1321 any.pm:1352
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr "Compatibilitat amb la codificació antiga (no UTF-8)"
-#: any.pm:1241
+#: any.pm:1322
#, c-format
msgid "All languages"
msgstr "Tots els idiomes"
-#: any.pm:1263
+#: any.pm:1344
#, c-format
msgid "Language choice"
msgstr "Tria d'idioma"
-#: any.pm:1317
+#: any.pm:1398
#, c-format
msgid "Country / Region"
msgstr "País / Regió"
-#: any.pm:1318
+#: any.pm:1399
#, c-format
msgid "Please choose your country"
msgstr "Seleccioneu el vostre país"
-#: any.pm:1320
+#: any.pm:1401
#, c-format
msgid "Here is the full list of available countries"
msgstr "Aquesta és la llista completa de països"
-#: any.pm:1321
+#: any.pm:1402
#, c-format
msgid "Other Countries"
msgstr "Altres països"
-#: any.pm:1321 interactive.pm:491 interactive/gtk.pm:444
+#: any.pm:1402 interactive.pm:491 interactive/gtk.pm:444
#, c-format
msgid "Advanced"
msgstr "Avançat"
-#: any.pm:1327
+#: any.pm:1408
#, c-format
msgid "Input method:"
msgstr "Mètode d'entrada:"
-#: any.pm:1330
+#: any.pm:1411
#, c-format
msgid "None"
msgstr "Cap"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "No sharing"
msgstr "No es comparteix"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Allow all users"
msgstr "Permet tots els usuaris"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Custom"
msgstr "Personalitzat"
-#: any.pm:1425
+#: any.pm:1509
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -641,7 +651,7 @@ msgstr ""
"\n"
"«Personalitzat» permet configurar cada usuari per separat.\n"
-#: any.pm:1437
+#: any.pm:1521
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
@@ -650,7 +660,7 @@ msgstr ""
"NFS: el sistema de compartició de fitxers tradicional d'Unix, amb menys "
"compatibilitat a Mac i Windows."
-#: any.pm:1440
+#: any.pm:1524
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
@@ -659,18 +669,18 @@ msgstr ""
"SMB: un sistema de compartició de fitxers utilitzat per Windows, Mac OS X i "
"molts sistemes Linux moderns."
-#: any.pm:1448
+#: any.pm:1532
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr "Podeu exportar mitjançant NFS o SMB. Seleccioneu quin voleu utilitzar."
-#: any.pm:1476
+#: any.pm:1560
#, c-format
msgid "Launch userdrake"
msgstr "Executa userdrake"
-#: any.pm:1478
+#: any.pm:1562
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
@@ -679,7 +689,7 @@ msgstr ""
"La compartició en funció de l'usuari utilitza el grup «fileshare».\n"
"Podeu utilitzar userdrake per afegir un usuari a aquest grup."
-#: any.pm:1585
+#: any.pm:1669
#, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
@@ -688,47 +698,47 @@ msgstr ""
"Heu de sortir i tornar a entrar perquè els canvis tinguin efecte. Premeu "
"«D'acord» per a sortir ara mateix."
-#: any.pm:1589
+#: any.pm:1673
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr "Heu de sortir i tornar a entrar perquè els canvis tinguin efecte"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Timezone"
msgstr "Zona horària"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Which is your timezone?"
msgstr "En quina zona horària us trobeu?"
-#: any.pm:1647 any.pm:1649
+#: any.pm:1731 any.pm:1733
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr "Paràmetres de la data, del rellotge i de la zona horària"
-#: any.pm:1650
+#: any.pm:1734
#, c-format
msgid "What is the best time?"
msgstr "Quina és la millor hora?"
-#: any.pm:1654
+#: any.pm:1738
#, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "%s (el rellotge de maquinari està establert a UTC)"
-#: any.pm:1655
+#: any.pm:1739
#, c-format
msgid "%s (hardware clock set to local time)"
msgstr "%s (el rellotge de maquinari està establert a hora local)"
-#: any.pm:1657
+#: any.pm:1741
#, c-format
msgid "NTP Server"
msgstr "Servidor NTP"
-#: any.pm:1658
+#: any.pm:1742
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Sincronització automàtica de l'hora (mitjançant NTP)"
@@ -1071,7 +1081,7 @@ msgid "Domain Admin Password"
msgstr "Contrasenya de l'administrador del domini"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:1122
+#: bootloader.pm:1217
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1086,37 +1096,47 @@ msgstr ""
"per arrencar en el sistema operatiu predeterminat.\n"
"\n"
-#: bootloader.pm:1287
+#: bootloader.pm:1386
#, c-format
msgid "LILO with text menu"
msgstr "LILO amb menú de text"
-#: bootloader.pm:1288
+#: bootloader.pm:1387
#, c-format
msgid "GRUB2 with graphical menu"
msgstr "GRUB2 amb menú gràfic"
-#: bootloader.pm:1289
+#: bootloader.pm:1388
#, c-format
msgid "GRUB2 with text menu"
msgstr "GRUB2 amb menú de text"
-#: bootloader.pm:1290
+#: bootloader.pm:1389
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB amb menú gràfic"
-#: bootloader.pm:1291
+#: bootloader.pm:1390
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB amb menú de text"
-#: bootloader.pm:1378
+#: bootloader.pm:1391
+#, fuzzy, c-format
+msgid "rEFInd with graphical menu"
+msgstr "rEFInd amb menú gràfic"
+
+#: bootloader.pm:1392
+#, fuzzy, c-format
+msgid "U-Boot/Extlinux with text menu"
+msgstr "U-Boot/Extlinux amb menú de text"
+
+#: bootloader.pm:1480
#, c-format
msgid "not enough room in /boot"
msgstr "no hi ha prou espai a /boot"
-#: bootloader.pm:2393
+#: bootloader.pm:2610
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1125,7 +1145,7 @@ msgstr ""
"La configuració del vostre gestor d'arrencada s'ha d'actualitzar, ja que la "
"partició ha estat renumerada"
-#: bootloader.pm:2406
+#: bootloader.pm:2623
#, c-format
msgid ""
"The bootloader cannot be installed correctly. You have to boot rescue and "
@@ -1134,7 +1154,7 @@ msgstr ""
"El gestor d'arrencada no s'ha pogut instal·lar correctament. Heu d'arrencar "
"amb l'opció de rescat i escollir «%s»"
-#: bootloader.pm:2407
+#: bootloader.pm:2624
#, c-format
msgid "Re-install Boot Loader"
msgstr "Reinstal·la el gestor d'arrencada"
@@ -1245,7 +1265,7 @@ msgstr "Elimina"
msgid "Done"
msgstr "Fet"
-#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:323
+#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:325
#: diskdrake/interactive.pm:246 diskdrake/interactive.pm:259
#: diskdrake/interactive.pm:460 diskdrake/interactive.pm:535
#: diskdrake/interactive.pm:553 diskdrake/interactive.pm:558
@@ -1254,7 +1274,7 @@ msgstr "Fet"
#: diskdrake/interactive.pm:1242 diskdrake/interactive.pm:1245
#: diskdrake/interactive.pm:1513 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:49
#: do_pkgs.pm:54 do_pkgs.pm:79 do_pkgs.pm:103 do_pkgs.pm:108 do_pkgs.pm:142
-#: fsedit.pm:266 interactive/http.pm:117 interactive/http.pm:118
+#: fsedit.pm:264 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:94 scanner.pm:105 scanner.pm:112
#: scanner.pm:119 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
@@ -1337,7 +1357,7 @@ msgstr "Continua"
msgid "Help"
msgstr "Ajuda"
-#: diskdrake/hd_gtk.pm:257
+#: diskdrake/hd_gtk.pm:259
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1348,78 +1368,78 @@ msgstr ""
"Suggereixo que primer en canvieu la mida\n"
"(feu-hi clic i després feu clic a «Canvia la mida»)"
-#: diskdrake/hd_gtk.pm:259
+#: diskdrake/hd_gtk.pm:261
#, c-format
msgid "Please click on a partition"
msgstr "Feu clic a una partició "
-#: diskdrake/hd_gtk.pm:273 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:275 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "Detalls"
-#: diskdrake/hd_gtk.pm:323
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "No hard disk drives found"
msgstr "No s'ha trobat cap disc dur!"
-#: diskdrake/hd_gtk.pm:362
+#: diskdrake/hd_gtk.pm:364
#, c-format
msgid "Unknown"
msgstr "Desconegut"
-#: diskdrake/hd_gtk.pm:429
+#: diskdrake/hd_gtk.pm:431
#, c-format
msgid "Ext4"
msgstr "Ext4"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "XFS"
msgstr "XFS"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Swap"
msgstr "Intercanvi"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Windows"
msgstr "Windows"
-#: diskdrake/hd_gtk.pm:430 fs/partitioning_wizard.pm:437 services.pm:201
+#: diskdrake/hd_gtk.pm:432 fs/partitioning_wizard.pm:437 services.pm:201
#, c-format
msgid "Other"
msgstr "Altres"
-#: diskdrake/hd_gtk.pm:430 diskdrake/interactive.pm:1397
+#: diskdrake/hd_gtk.pm:432 diskdrake/interactive.pm:1397
#: fs/partitioning_wizard.pm:437
#, c-format
msgid "Empty"
msgstr "Buit"
-#: diskdrake/hd_gtk.pm:437
+#: diskdrake/hd_gtk.pm:439
#, c-format
msgid "Filesystem types:"
msgstr "Tipus de sistemes de fitxers:"
-#: diskdrake/hd_gtk.pm:458
+#: diskdrake/hd_gtk.pm:460
#, c-format
msgid "This partition is already empty"
msgstr "La partició ja està buida"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Utilitzeu primer «Unmount»"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr "Utilitza «%s» com a alternativa (en mode expert)"
-#: diskdrake/hd_gtk.pm:467 diskdrake/interactive.pm:409
+#: diskdrake/hd_gtk.pm:469 diskdrake/interactive.pm:409
#: diskdrake/interactive.pm:644 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
@@ -2338,7 +2358,7 @@ msgstr "Cal instal·lar els paquets següents:\n"
msgid "Installing packages..."
msgstr "S'estan instal·lant els paquets..."
-#: do_pkgs.pm:387 pkgs.pm:293
+#: do_pkgs.pm:388 pkgs.pm:293
#, c-format
msgid "Removing packages..."
msgstr "S'estan eliminant els paquets..."
@@ -2358,7 +2378,7 @@ msgstr ""
msgid "You must have a ESP FAT32 partition mounted in /boot/EFI"
msgstr "Heu de tenir una partició ESP FAT32 muntada en /boot/EFI"
-#: fs/any.pm:81 fs/partitioning_wizard.pm:82
+#: fs/any.pm:83 fs/partitioning_wizard.pm:82
#, c-format
msgid ""
"You must have a BIOS boot partition for non-UEFI GPT-partitioned disks. "
@@ -2412,7 +2432,7 @@ msgstr "El muntatge de la partició %s en el directori %s ha fallat"
msgid "Checking %s"
msgstr "S'està comprovant %s"
-#: fs/mount.pm:126 partition_table.pm:399
+#: fs/mount.pm:126 partition_table.pm:456
#, c-format
msgid "error unmounting %s: %s"
msgstr "s'ha produït un error en desmuntar %s: %s"
@@ -2748,7 +2768,7 @@ msgid ""
msgstr ""
"Teniu més d'una unitat de disc. Quina voleu que l'instal·lador faci servir?"
-#: fs/partitioning_wizard.pm:271 fsedit.pm:638
+#: fs/partitioning_wizard.pm:271 fsedit.pm:641
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
@@ -2798,17 +2818,17 @@ msgstr "Aquest és el contingut del disc dur "
msgid "Partitioning failed: %s"
msgstr "Ha fallat establir les particions: %s"
-#: fs/type.pm:382
+#: fs/type.pm:383
#, c-format
msgid "You cannot use JFS for partitions smaller than 16MB"
msgstr "No podeu utilitzar el JFS per a particions inferiors a 16 MB"
-#: fs/type.pm:383
+#: fs/type.pm:384
#, c-format
msgid "You cannot use ReiserFS for partitions smaller than 32MB"
msgstr "No podeu utilitzar el ReiserFS per a particions inferiors a 32 MB"
-#: fs/type.pm:384
+#: fs/type.pm:385
#, c-format
msgid "You cannot use btrfs for partitions smaller than 256MB"
msgstr "No podeu utilitzar btrfs per a les particions inferiors als 256 MB"
@@ -2828,14 +2848,14 @@ msgstr "amb /usr"
msgid "server"
msgstr "servidor"
-#: fsedit.pm:157
+#: fsedit.pm:155
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""
"S'ha detectat que el BIOS permet RAID per programari en els discs %s. Ho "
"voleu activar?"
-#: fsedit.pm:267
+#: fsedit.pm:265
#, c-format
msgid ""
"I cannot read the partition table of device %s, it's too corrupted for me :"
@@ -2855,22 +2875,22 @@ msgstr ""
"\n"
"Esteu d'acord a perdre totes les particions?\n"
-#: fsedit.pm:450
+#: fsedit.pm:448
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Els punts de muntatge han de començar amb una /"
-#: fsedit.pm:451
+#: fsedit.pm:449
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr "Els punts de muntatge només poden contenir caràcters alfanumèrics"
-#: fsedit.pm:452
+#: fsedit.pm:450
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Ja hi ha una partició amb el punt de muntatge %s\n"
-#: fsedit.pm:455
+#: fsedit.pm:453
#, c-format
msgid ""
"You've selected an encrypted partition as root (/).\n"
@@ -2881,18 +2901,18 @@ msgstr ""
"No hi ha cap gestor d'arrencada que sigui capaç de gestionar-ho.\n"
"Assegureu-vos d'afegir una partició /boot separada."
-#: fsedit.pm:461 fsedit.pm:472
+#: fsedit.pm:459 fsedit.pm:470
#, c-format
msgid "You cannot use an encrypted filesystem for mount point %s"
msgstr ""
"No podeu utilitzar un sistema de fitxers xifrat per al punt de muntatge %s"
-#: fsedit.pm:464 fsedit.pm:466
+#: fsedit.pm:462 fsedit.pm:464
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "Aquest directori s'ha de mantenir dins del sistema de fitxers arrel"
-#: fsedit.pm:468 fsedit.pm:470
+#: fsedit.pm:466 fsedit.pm:468
#, c-format
msgid ""
"You need a true filesystem (ext2/3/4, reiserfs, xfs, or jfs) for this mount "
@@ -5206,12 +5226,12 @@ msgstr "La contrasenya hauria de ser resistent a atacs bàsics"
msgid "Password seems secure"
msgstr "La contrasenya sembla segura"
-#: partition_table.pm:405
+#: partition_table.pm:462
#, c-format
msgid "mount failed: "
msgstr "ha fallat el muntatge: "
-#: partition_table.pm:531
+#: partition_table.pm:632
#, c-format
msgid ""
"You have a hole in your partition table but I cannot use it.\n"
@@ -5279,7 +5299,7 @@ msgstr "Localització no utilitzada"
msgid "Cannot add a partition to _formatted_ RAID %s"
msgstr "No es pot afegir una partició al RAID _formatat_ %s"
-#: raid.pm:200
+#: raid.pm:201
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "No hi ha prou particions per al nivell RAID %d\n"
diff --git a/perl-install/share/po/cs.po b/perl-install/share/po/cs.po
index 26f190ba6..21d6edb0d 100644
--- a/perl-install/share/po/cs.po
+++ b/perl-install/share/po/cs.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
-"POT-Creation-Date: 2016-12-12 23:00+0100\n"
+"POT-Creation-Date: 2018-11-03 11:40+0000\n"
"PO-Revision-Date: 2018-02-04 10:35+0000\n"
"Last-Translator: fri\n"
"Language-Team: Czech (http://www.transifex.com/MageiaLinux/mageia/language/"
@@ -20,11 +20,11 @@ msgstr ""
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: any.pm:263 any.pm:1026 diskdrake/interactive.pm:650
+#: any.pm:263 any.pm:695 any.pm:1107 diskdrake/interactive.pm:650
#: diskdrake/interactive.pm:874 diskdrake/interactive.pm:936
#: diskdrake/interactive.pm:1028 diskdrake/interactive.pm:1055
#: diskdrake/interactive.pm:1286 diskdrake/interactive.pm:1344 do_pkgs.pm:342
-#: do_pkgs.pm:387 interactive.pm:712 pkgs.pm:293
+#: do_pkgs.pm:388 interactive.pm:712 pkgs.pm:293
#, c-format
msgid "Please wait"
msgstr "Prosím počkejte"
@@ -172,7 +172,7 @@ msgstr "Povolit lokální APIC"
msgid "Security"
msgstr "Bezpečnost"
-#: any.pm:428 any.pm:950 any.pm:969 authentication.pm:249
+#: any.pm:428 any.pm:1028 any.pm:1047 authentication.pm:249
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
@@ -193,102 +193,112 @@ msgstr "Zkuste to znovu, prosím"
msgid "You cannot use a password with %s"
msgstr "Nemůžete použít heslo s %s"
-#: any.pm:437 any.pm:953 any.pm:971 authentication.pm:250
+#: any.pm:437 any.pm:1031 any.pm:1049 authentication.pm:250
#, c-format
msgid "Password (again)"
msgstr "Heslo (podruhé)"
-#: any.pm:502
+#: any.pm:504 any.pm:671 any.pm:714
#, c-format
-msgid "Image"
-msgstr "Obraz (image)"
+msgid "Bootloader Configuration"
+msgstr "Nastavení zaváděcího programu"
-#: any.pm:503 any.pm:515
+#: any.pm:508
#, c-format
-msgid "Root"
-msgstr "Kořenový (root)"
+msgid "Install or update rEFInd in the EFI system partition"
+msgstr ""
-#: any.pm:504 any.pm:642
+#: any.pm:510
+#, c-format
+msgid "Install in /EFI/BOOT (workaround for some BIOSs)"
+msgstr ""
+
+#: any.pm:550 any.pm:575 diskdrake/interactive.pm:411
+#, c-format
+msgid "Label"
+msgstr "Značka"
+
+#: any.pm:551 any.pm:559 any.pm:720
#, c-format
msgid "Append"
msgstr "Připojit"
-#: any.pm:506
+#: any.pm:552 any.pm:564 any.pm:721
+#, c-format
+msgid "Video mode"
+msgstr "Video režim"
+
+#: any.pm:557
+#, c-format
+msgid "Image"
+msgstr "Obraz (image)"
+
+#: any.pm:558 any.pm:570
+#, c-format
+msgid "Root"
+msgstr "Kořenový (root)"
+
+#: any.pm:561
#, c-format
msgid "Xen append"
msgstr "Připojit Xen"
-#: any.pm:508
+#: any.pm:563
#, c-format
msgid "Requires password to boot"
msgstr "Vyžaduje pro zavedení heslo"
-#: any.pm:509 any.pm:643
-#, c-format
-msgid "Video mode"
-msgstr "Video režim"
-
-#: any.pm:510
+#: any.pm:565
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:511
+#: any.pm:566
#, c-format
msgid "Network profile"
msgstr "Síťový profil"
-#: any.pm:519 diskdrake/interactive.pm:411
-#, c-format
-msgid "Label"
-msgstr "Značka"
-
-#: any.pm:521 any.pm:640 harddrake/v4l.pm:438
+#: any.pm:577 any.pm:718 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Výchozí"
-#: any.pm:529
+#: any.pm:585
#, c-format
msgid "Empty label not allowed"
msgstr "Prázdná značka není povolena"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a kernel image"
msgstr "Musíte zadat soubor s jádrem"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a root partition"
msgstr "Musíte zadat kořenový oddíl"
-#: any.pm:531
+#: any.pm:587
#, c-format
msgid "This label is already used"
msgstr "Tato značka se již používá"
-#: any.pm:549
+#: any.pm:611
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Jaký typ záznamu chcete přidat?"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Linux"
msgstr "Linux"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Other OS (Windows...)"
msgstr "Jiný systém (Windows...)"
-#: any.pm:597 any.pm:636
-#, c-format
-msgid "Bootloader Configuration"
-msgstr "Nastavení zaváděcího programu"
-
-#: any.pm:598
+#: any.pm:672
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -297,12 +307,12 @@ msgstr ""
"Zde jsou záznamy z vaší zaváděcí nabídky.\n"
"Můžete přidat další nebo změnit stávající."
-#: any.pm:645
+#: any.pm:723
#, c-format
msgid "Do not touch ESP or MBR"
msgstr "Nesahat na ESP nebo MBR"
-#: any.pm:647 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:458
+#: any.pm:725 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:460
#: diskdrake/interactive.pm:305 diskdrake/interactive.pm:391
#: diskdrake/interactive.pm:605 diskdrake/interactive.pm:820
#: diskdrake/interactive.pm:885 diskdrake/interactive.pm:1053
@@ -314,7 +324,7 @@ msgstr "Nesahat na ESP nebo MBR"
msgid "Warning"
msgstr "Varování"
-#: any.pm:648
+#: any.pm:726
#, c-format
msgid ""
"Not installing on ESP or MBR means that the installation is not bootable "
@@ -323,12 +333,12 @@ msgstr ""
"Neinstalovat na ESP nebo MBR znamená, že instalace není zaváděcí, doku není "
"řetězec nahrán z jiného OS!"
-#: any.pm:652
+#: any.pm:730
#, c-format
msgid "Probe Foreign OS"
msgstr "Vyzkoušet cizí OS"
-#: any.pm:653
+#: any.pm:731
#, c-format
msgid ""
"If grub2 takes too long to install, you can use this option to skip "
@@ -337,47 +347,47 @@ msgstr ""
"Pokud instalace grub2 trvá příliš dlouho, můžete použít tuto možnost a "
"přeskočit tak zjišťování dalších operačních systémů a tím to urychlit. "
-#: any.pm:909
+#: any.pm:987
#, c-format
msgid "access to X programs"
msgstr "přístup k programům v X prostředí"
-#: any.pm:910
+#: any.pm:988
#, c-format
msgid "access to rpm tools"
msgstr "přístup k rpm nástrojům"
-#: any.pm:911
+#: any.pm:989
#, c-format
msgid "allow \"su\""
msgstr "povolit \"su\""
-#: any.pm:912
+#: any.pm:990
#, c-format
msgid "access to administrative files"
msgstr "přístup k administrativním souborům"
-#: any.pm:913
+#: any.pm:991
#, c-format
msgid "access to network tools"
msgstr "přístup k síťovým nástrojům"
-#: any.pm:914
+#: any.pm:992
#, c-format
msgid "access to compilation tools"
msgstr "přístup k nástrojům pro kompilaci"
-#: any.pm:920
+#: any.pm:998
#, c-format
msgid "(already added %s)"
msgstr "(už byl přidán %s)"
-#: any.pm:926
+#: any.pm:1004
#, c-format
msgid "Please give a user name"
msgstr "Prosím zadejte uživatelské jméno"
-#: any.pm:927
+#: any.pm:1005
#, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
@@ -386,153 +396,153 @@ msgstr ""
"Uživatelské jméno musí začínat malým písmenem a pokračovat pouze malými "
"písmeny, číslicemi nebo znaky „-” a „_”"
-#: any.pm:928
+#: any.pm:1006
#, c-format
msgid "The user name is too long"
msgstr "Toto uživatelské jméno je příliš dlouhé"
-#: any.pm:929
+#: any.pm:1007
#, c-format
msgid "This user name has already been added"
msgstr "Toto uživatelské jméno už bylo přidáno"
-#: any.pm:935 any.pm:973
+#: any.pm:1013 any.pm:1051
#, c-format
msgid "User ID"
msgstr "ID uživatele"
-#: any.pm:935 any.pm:974
+#: any.pm:1013 any.pm:1052
#, c-format
msgid "Group ID"
msgstr "ID skupiny"
-#: any.pm:936
+#: any.pm:1014
#, c-format
msgid "%s must be a number"
msgstr "%s musí být číslo"
-#: any.pm:937
+#: any.pm:1015
#, c-format
msgid "%s should be above 1000. Accept anyway?"
msgstr "%s by mělo být vyšší než 1000. Přesto použít?"
-#: any.pm:941
+#: any.pm:1019
#, c-format
msgid "User management"
msgstr "Správa uživatelů"
-#: any.pm:947
+#: any.pm:1025
#, c-format
msgid "Enable guest account"
msgstr "Povolit účet hosta"
-#: any.pm:949 authentication.pm:236
+#: any.pm:1027 authentication.pm:236
#, c-format
msgid "Set administrator (root) password"
msgstr "Heslo správce (uživatele root)"
-#: any.pm:955
+#: any.pm:1033
#, c-format
msgid "Enter a user"
msgstr "Zadejte uživatele"
-#: any.pm:957
+#: any.pm:1035
#, c-format
msgid "Icon"
msgstr "Ikona"
-#: any.pm:960
+#: any.pm:1038
#, c-format
msgid "Real name"
msgstr "Skutečné jméno"
-#: any.pm:967
+#: any.pm:1045
#, c-format
msgid "Login name"
msgstr "Přihlašovací jméno"
-#: any.pm:972
+#: any.pm:1050
#, c-format
msgid "Shell"
msgstr "Shell"
-#: any.pm:976
+#: any.pm:1054
#, c-format
msgid "Extra Groups:"
msgstr "Další skupiny:"
-#: any.pm:1026
+#: any.pm:1107
#, c-format
msgid "Please wait, adding media..."
msgstr "Prosím počkejte, přidávají se zdroje..."
-#: any.pm:1078 security/l10n.pm:14
+#: any.pm:1159 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Automatické přihlášení"
-#: any.pm:1079
+#: any.pm:1160
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
"Lze nastavit váš počítač tak, aby automaticky přihlásil vybraného uživatele."
-#: any.pm:1080
+#: any.pm:1161
#, c-format
msgid "Use this feature"
msgstr "Použít tuto vlastnost"
-#: any.pm:1081
+#: any.pm:1162
#, c-format
msgid "Choose the default user:"
msgstr "Zvolte standardního uživatele:"
-#: any.pm:1082
+#: any.pm:1163
#, c-format
msgid "Choose the window manager to run:"
msgstr "Vyberte si, který správce oken má být spouštěn:"
-#: any.pm:1093 any.pm:1108 any.pm:1177
+#: any.pm:1174 any.pm:1189 any.pm:1258
#, c-format
msgid "Release Notes"
msgstr "Poznámky k vydání"
-#: any.pm:1115 any.pm:1476 interactive/gtk.pm:820
+#: any.pm:1196 any.pm:1560 interactive/gtk.pm:820
#, c-format
msgid "Close"
msgstr "Zavřít"
-#: any.pm:1163
+#: any.pm:1244
#, c-format
msgid "License agreement"
msgstr "Souhlas s licencí"
-#: any.pm:1165 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
+#: any.pm:1246 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
#, c-format
msgid "Quit"
msgstr "Konec"
-#: any.pm:1172
+#: any.pm:1253
#, c-format
msgid "Do you accept this license ?"
msgstr "Přijímáte tuto licenci?"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Accept"
msgstr "Přijmout"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Refuse"
msgstr "Odmítnout"
-#: any.pm:1199 any.pm:1262
+#: any.pm:1280 any.pm:1343
#, c-format
msgid "Please choose a language to use"
msgstr "Prosím zvolte si jazyk, který chcete používat"
-#: any.pm:1227
+#: any.pm:1308
#, c-format
msgid ""
"%s can support multiple languages. Select\n"
@@ -543,87 +553,87 @@ msgstr ""
"chcete nainstalovat podporu. Tyto budou dostupné po dokončení\n"
"instalace a restartu systému."
-#: any.pm:1229 fs/partitioning_wizard.pm:194
+#: any.pm:1310 fs/partitioning_wizard.pm:194
#, c-format
msgid "Mageia"
msgstr "Mageia"
-#: any.pm:1230
+#: any.pm:1311
#, c-format
msgid "Multiple languages"
msgstr "Více jazyků"
-#: any.pm:1231
+#: any.pm:1312
#, c-format
msgid "Select Additional Languages"
msgstr "Vybrat další jazyky"
-#: any.pm:1240 any.pm:1271
+#: any.pm:1321 any.pm:1352
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr "Stará (ne UTF-8) kódování pro kompatibilitu"
-#: any.pm:1241
+#: any.pm:1322
#, c-format
msgid "All languages"
msgstr "Všechny jazyky"
-#: any.pm:1263
+#: any.pm:1344
#, c-format
msgid "Language choice"
msgstr "Výběr jazyka"
-#: any.pm:1317
+#: any.pm:1398
#, c-format
msgid "Country / Region"
msgstr "Země"
-#: any.pm:1318
+#: any.pm:1399
#, c-format
msgid "Please choose your country"
msgstr "Vyberte si, prosím, svoji zem"
-#: any.pm:1320
+#: any.pm:1401
#, c-format
msgid "Here is the full list of available countries"
msgstr "Zde je úplný seznam dostupných zemí"
-#: any.pm:1321
+#: any.pm:1402
#, c-format
msgid "Other Countries"
msgstr "Jiné země"
-#: any.pm:1321 interactive.pm:491 interactive/gtk.pm:444
+#: any.pm:1402 interactive.pm:491 interactive/gtk.pm:444
#, c-format
msgid "Advanced"
msgstr "Rozšíření"
-#: any.pm:1327
+#: any.pm:1408
#, c-format
msgid "Input method:"
msgstr "Vstupní metoda:"
-#: any.pm:1330
+#: any.pm:1411
#, c-format
msgid "None"
msgstr "Žádné"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "No sharing"
msgstr "Nesdílet"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Allow all users"
msgstr "Povolit všem uživatelům"
-#: any.pm:1421
+#: any.pm:1505
#, c-format
msgid "Custom"
msgstr "Vlastní"
-#: any.pm:1425
+#: any.pm:1509
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -639,7 +649,7 @@ msgstr ""
"\n"
"Lze také provést \"Vlastní\" povolení pro jednotlivé uživatele.\n"
-#: any.pm:1437
+#: any.pm:1521
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
@@ -648,7 +658,7 @@ msgstr ""
"NFS: tradiční systém pro sdílení souborů v prostředí Unix, s menší podporou "
"operačních systémů Mac a Windows."
-#: any.pm:1440
+#: any.pm:1524
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
@@ -657,7 +667,7 @@ msgstr ""
"SMB: systém pro sdílení souborů používaný ve Windows, MacOS X a mnohými "
"moderními Linuxovými systémy."
-#: any.pm:1448
+#: any.pm:1532
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
@@ -665,12 +675,12 @@ msgstr ""
"Nyní lze provést export přes protokol NFS nebo SMB. Vyberte, prosím, který "
"chcete použít."
-#: any.pm:1476
+#: any.pm:1560
#, c-format
msgid "Launch userdrake"
msgstr "Spustit UserDrake"
-#: any.pm:1478
+#: any.pm:1562
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
@@ -679,7 +689,7 @@ msgstr ""
"Sdílení mezi uživateli používá skupinu \"fileshare\". \n"
"Uživatele lze do této skupiny přidat pomocí nástroje UserDrake."
-#: any.pm:1585
+#: any.pm:1669
#, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
@@ -688,47 +698,47 @@ msgstr ""
"Aby se změny projevily, je nutné se odhlásit a opět přihlásit. Stisknutím OK "
"se ihned odhlásíte."
-#: any.pm:1589
+#: any.pm:1673
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr "Aby se změna projevila, je nutné se odhlásit a opět přihlásit"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Timezone"
msgstr "Časová zóna"
-#: any.pm:1624
+#: any.pm:1708
#, c-format
msgid "Which is your timezone?"
msgstr "Jaké je vaše časové pásmo?"
-#: any.pm:1647 any.pm:1649
+#: any.pm:1731 any.pm:1733
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr "Nastavení data, hodin a časové zóny"
-#: any.pm:1650
+#: any.pm:1734
#, c-format
msgid "What is the best time?"
msgstr "Jaké vedení času je nejvhodnější?"
-#: any.pm:1654
+#: any.pm:1738
#, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "%s (hardwarové hodiny nastaveny na UTC)"
-#: any.pm:1655
+#: any.pm:1739
#, c-format
msgid "%s (hardware clock set to local time)"
msgstr "%s (hardwarové hodiny nastaveny na místní čas)"
-#: any.pm:1657
+#: any.pm:1741
#, c-format
msgid "NTP Server"
msgstr "NTP Server"
-#: any.pm:1658
+#: any.pm:1742
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatická synchronizace času (pomocí NTP)"
@@ -1067,7 +1077,7 @@ msgid "Domain Admin Password"
msgstr "Heslo Správce domény"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:1122
+#: bootloader.pm:1217
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1082,37 +1092,47 @@ msgstr ""
"vyčkejte na automatické zavedení.\n"
"\n"
-#: bootloader.pm:1287
+#: bootloader.pm:1386
#, c-format
msgid "LILO with text menu"
msgstr "LILO s textovou nabídkou"
-#: bootloader.pm:1288
+#: bootloader.pm:1387
#, c-format
msgid "GRUB2 with graphical menu"
msgstr "GRUB2 s grafickou nabídkou"
-#: bootloader.pm:1289
+#: bootloader.pm:1388
#, c-format
msgid "GRUB2 with text menu"
msgstr "GRUB2 s textovou nabídkou"
-#: bootloader.pm:1290
+#: bootloader.pm:1389
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB s grafickou nabídkou"
-#: bootloader.pm:1291
+#: bootloader.pm:1390
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB s textovou nabídkou"
-#: bootloader.pm:1378
+#: bootloader.pm:1391
+#, fuzzy, c-format
+msgid "rEFInd with graphical menu"
+msgstr "rEFInd s grafickou nabídkou"
+
+#: bootloader.pm:1392
+#, fuzzy, c-format
+msgid "U-Boot/Extlinux with text menu"
+msgstr "U-Boot/Extlinux s textovou nabídkou"
+
+#: bootloader.pm:1480
#, c-format
msgid "not enough room in /boot"
msgstr "není dost místa v adresáři /boot"
-#: bootloader.pm:2393
+#: bootloader.pm:2610
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1121,7 +1141,7 @@ msgstr ""
"Nastavení vašeho zavaděče musí být aktualizováno, protože se změnilo pořadí "
"oddílů na disku"
-#: bootloader.pm:2406
+#: bootloader.pm:2623
#, c-format
msgid ""
"The bootloader cannot be installed correctly. You have to boot rescue and "
@@ -1130,7 +1150,7 @@ msgstr ""
"Zavaděč se nepodařilo řádně nainstalovat. Spusťte systém v záchranném režimu "
"a zvolte \"%s\""
-#: bootloader.pm:2407
+#: bootloader.pm:2624
#, c-format
msgid "Re-install Boot Loader"
msgstr "Znovu instalovat zaváděcí program"
@@ -1241,7 +1261,7 @@ msgstr "Odebrat"
msgid "Done"
msgstr "Hotovo"
-#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:323
+#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:153 diskdrake/hd_gtk.pm:325
#: diskdrake/interactive.pm:246 diskdrake/interactive.pm:259
#: diskdrake/interactive.pm:460 diskdrake/interactive.pm:535
#: diskdrake/interactive.pm:553 diskdrake/interactive.pm:558
@@ -1250,7 +1270,7 @@ msgstr "Hotovo"
#: diskdrake/interactive.pm:1242 diskdrake/interactive.pm:1245
#: diskdrake/interactive.pm:1513 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:49
#: do_pkgs.pm:54 do_pkgs.pm:79 do_pkgs.pm:103 do_pkgs.pm:108 do_pkgs.pm:142
-#: fsedit.pm:266 interactive/http.pm:117 interactive/http.pm:118
+#: fsedit.pm:264 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:94 scanner.pm:105 scanner.pm:112
#: scanner.pm:119 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
@@ -1331,7 +1351,7 @@ msgstr "Pokračovat"
msgid "Help"
msgstr "Nápověda"
-#: diskdrake/hd_gtk.pm:257
+#: diskdrake/hd_gtk.pm:259
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1343,78 +1363,78 @@ msgstr ""
"Doporučuje se nejprve zmenšit tento oddíl\n"
"(klepněte na něj a potom na \"Změnit velikost\")"
-#: diskdrake/hd_gtk.pm:259
+#: diskdrake/hd_gtk.pm:261
#, c-format
msgid "Please click on a partition"
msgstr "Prosím, klepněte na oddíl"
-#: diskdrake/hd_gtk.pm:273 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:275 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "Podrobnosti"
-#: diskdrake/hd_gtk.pm:323
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "No hard disk drives found"
msgstr "Nebyly nalezeny žádné pevné disky"
-#: diskdrake/hd_gtk.pm:362
+#: diskdrake/hd_gtk.pm:364
#, c-format
msgid "Unknown"
msgstr "Neznámý"
-#: diskdrake/hd_gtk.pm:429
+#: diskdrake/hd_gtk.pm:431
#, c-format
msgid "Ext4"
msgstr "Ext4"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "XFS"
msgstr "XFS"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Swap"
msgstr "Odkládací (swap)"
-#: diskdrake/hd_gtk.pm:429 fs/partitioning_wizard.pm:436
+#: diskdrake/hd_gtk.pm:431 fs/partitioning_wizard.pm:436
#, c-format
msgid "Windows"
msgstr "Windows"
-#: diskdrake/hd_gtk.pm:430 fs/partitioning_wizard.pm:437 services.pm:201
+#: diskdrake/hd_gtk.pm:432 fs/partitioning_wizard.pm:437 services.pm:201
#, c-format
msgid "Other"
msgstr "Další"
-#: diskdrake/hd_gtk.pm:430 diskdrake/interactive.pm:1397
+#: diskdrake/hd_gtk.pm:432 diskdrake/interactive.pm:1397
#: fs/partitioning_wizard.pm:437
#, c-format
msgid "Empty"
msgstr "Prázdný"
-#: diskdrake/hd_gtk.pm:437
+#: diskdrake/hd_gtk.pm:439
#, c-format
msgid "Filesystem types:"
msgstr "Souborové systémy:"
-#: diskdrake/hd_gtk.pm:458
+#: diskdrake/hd_gtk.pm:460
#, c-format
msgid "This partition is already empty"
msgstr "Tento oddíl je již prázdný"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Nejprve použijte ''Odpojit''"
-#: diskdrake/hd_gtk.pm:467
+#: diskdrake/hd_gtk.pm:469
#, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr "Místo toho použijte ''%s'' (v znaleckém (expertním) režimu)"
-#: diskdrake/hd_gtk.pm:467 diskdrake/interactive.pm:409
+#: diskdrake/hd_gtk.pm:469 diskdrake/interactive.pm:409
#: diskdrake/interactive.pm:644 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
@@ -2324,7 +2344,7 @@ msgstr "Je potřeba nainstalovat tyto balíčky:\n"
msgid "Installing packages..."
msgstr "Instalují se balíčky..."
-#: do_pkgs.pm:387 pkgs.pm:293
+#: do_pkgs.pm:388 pkgs.pm:293
#, c-format
msgid "Removing packages..."
msgstr "Odstraňují se balíčky..."
@@ -2344,7 +2364,7 @@ msgstr ""
msgid "You must have a ESP FAT32 partition mounted in /boot/EFI"
msgstr "Musíte mít ESP FAT32 oddíl připojený na /boot/EFI"
-#: fs/any.pm:81 fs/partitioning_wizard.pm:82
+#: fs/any.pm:83 fs/partitioning_wizard.pm:82
#, c-format
msgid ""
"You must have a BIOS boot partition for non-UEFI GPT-partitioned disks. "
@@ -2398,7 +2418,7 @@ msgstr "připojení oddílu %s v adresáři %s selhalo"
msgid "Checking %s"
msgstr "Kontroluje se %s"
-#: fs/mount.pm:126 partition_table.pm:399
+#: fs/mount.pm:126 partition_table.pm:456
#, c-format
msgid "error unmounting %s: %s"
msgstr "chyba odpojování %s: %s"
@@ -2723,7 +2743,7 @@ msgid ""
"to use?"
msgstr "Máte více než jeden pevný disk. Který chcete k instalaci použít?"
-#: fs/partitioning_wizard.pm:271 fsedit.pm:638
+#: fs/partitioning_wizard.pm:271 fsedit.pm:641
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "VŠECHNY diskové oddíly a data na disku %s budou zrušeny"
@@ -2772,17 +2792,17 @@ msgstr "Zde je obsah vašeho disku "
msgid "Partitioning failed: %s"
msgstr "Vytváření diskových oddílů selhalo: %s"
-#: fs/type.pm:382
+#: fs/type.pm:383
#, c-format
msgid "You cannot use JFS for partitions smaller than 16MB"
msgstr "Pro oddíl menší než 16MB nelze použít JFS"
-#: fs/type.pm:383
+#: fs/type.pm:384
#, c-format
msgid "You cannot use ReiserFS for partitions smaller than 32MB"
msgstr "Pro oddíl menší než 32MB nelze použít ReiserFS"
-#: fs/type.pm:384
+#: fs/type.pm:385
#, c-format
msgid "You cannot use btrfs for partitions smaller than 256MB"
msgstr "Pro oddíly menší než 256MB nelze použít Btrfs"
@@ -2802,12 +2822,12 @@ msgstr "s /usr"
msgid "server"
msgstr "server"
-#: fsedit.pm:157
+#: fsedit.pm:155
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr "Na discích %s byl nalezen softwarový RAID řízený BIOSem. Zapnout?"
-#: fsedit.pm:267
+#: fsedit.pm:265
#, c-format
msgid ""
"I cannot read the partition table of device %s, it's too corrupted for me :"
@@ -2825,22 +2845,22 @@ msgstr ""
"\n"
"Chcete přijít o všechny současně existující oddíly?\n"
-#: fsedit.pm:450
+#: fsedit.pm:448
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Přípojné body musí začínat '/'"
-#: fsedit.pm:451
+#: fsedit.pm:449
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr "Název přípojného bodu může obsahovat pouze písmena a číslice"
-#: fsedit.pm:452
+#: fsedit.pm:450
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Oddíl s přípojným bodem %s už existuje\n"
-#: fsedit.pm:455
+#: fsedit.pm:453
#, c-format
msgid ""
"You've selected an encrypted partition as root (/).\n"
@@ -2851,18 +2871,18 @@ msgstr ""
"Žádný zavaděč neumí zavést systém, pakliže nemáte oddělený oddíl\n"
"/boot. Prosím, ujistěte se, že máte oddělený oddíl /boot."
-#: fsedit.pm:461 fsedit.pm:472
+#: fsedit.pm:459 fsedit.pm:470
#, c-format
msgid "You cannot use an encrypted filesystem for mount point %s"
msgstr ""
"Pro přípojný bod (adresář připojení) %s nemůžete použít šifrovaný oddíl"
-#: fsedit.pm:464 fsedit.pm:466
+#: fsedit.pm:462 fsedit.pm:464
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "Tento adresář musí kromě kořenového souborového systému zůstat"
-#: fsedit.pm:468 fsedit.pm:470
+#: fsedit.pm:466 fsedit.pm:468
#, c-format
msgid ""
"You need a true filesystem (ext2/3/4, reiserfs, xfs, or jfs) for this mount "
@@ -5128,12 +5148,12 @@ msgstr ""
msgid "Password seems secure"
msgstr "Heslo se zdá být bezpečné"
-#: partition_table.pm:405
+#: partition_table.pm:462
#, c-format
msgid "mount failed: "
msgstr "chyba připojování: "
-#: partition_table.pm:531
+#: partition_table.pm:632
#, c-format
msgid ""
"You have a hole in your partition table but I cannot use it.\n"
@@ -5201,7 +5221,7 @@ msgstr "Nepoužívané lokalizace"
msgid "Cannot add a partition to _formatted_ RAID %s"
msgstr "Nelze přidat oddíl do z_formátovaného RAIDu %s"
-#: raid.pm:200
+#: raid.pm:201
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "Není dostatek oddílů pro RAID úrovně %d\n"
diff --git a/perl-install/share/po/cy.po b/perl-install/share/po/cy.po
index 5496bc06f..6ccb64ab2 100644
--- a/perl-install/share/po/cy.po
+++ b/perl-install/share/po/cy.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
-"POT-Creation-Date: 2016-12-12 23:00+0100\n"
+"POT-Creation-Date: 2018-11-03 11:40+0000\n"
"PO-Revision-Date: 2018-01-07 21:25+0100\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Welsh (http://www.transifex.com/MageiaLinux/mageia/language/"
@@ -19,11 +19,11 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != "
"11) ? 2 : 3;\n"
-#: any.pm:263 any.pm:1026 diskdrake/interactive.pm:650
+#: any.pm:263 any.pm:695 any.pm:1107 diskdrake/interactive.pm:650
#: diskdrake/interactive.pm:874 diskdrake/interactive.pm:936
#: diskdrake/interactive.pm:1028 diskdrake/interactive.pm:1055
#: diskdrake/interactive.pm:1286 diskdrake/interactive.pm:1344 do_pkgs.pm:342
-#: do_pkgs.pm:387 interactive.pm:712 pkgs.pm:293
+#: do_pkgs.pm:388 interactive.pm:712 pkgs.pm:293
#, c-format
msgid "Please wait"
msgstr "Arhoswch..."
@@ -169,7 +169,7 @@ msgstr "Galluogi APIC lleol"
msgid "Security"
msgstr "Diogelwch"
-#: any.pm:428 any.pm:950 any.pm:969 authentication.pm:249
+#: any.pm:428 any.pm:1028 any.pm:1047 authentication.pm:249
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
@@ -190,102 +190,112 @@ msgstr "Ceisiwch eto"
msgid "You cannot use a password with %s"
msgstr "Nid oes modd defnyddio cyfrinair gyda %s"
-#: any.pm:437 any.pm:953 any.pm:971 authentication.pm:250
+#: any.pm:437 any.pm:1031 any.pm:1049 authentication.pm:250
#, c-format
msgid "Password (again)"
msgstr "Cyfrinair (eto)"
-#: any.pm:502
+#: any.pm:504 any.pm:671 any.pm:714
#, c-format
-msgid "Image"
-msgstr "Delwedd"
+msgid "Bootloader Configuration"
+msgstr "Ffurfweddu'r Cychwynnwr"
-#: any.pm:503 any.pm:515
+#: any.pm:508
#, c-format
-msgid "Root"
-msgstr "Gwraidd"
+msgid "Install or update rEFInd in the EFI system partition"
+msgstr ""
+
+#: any.pm:510
+#, c-format
+msgid "Install in /EFI/BOOT (workaround for some BIOSs)"
+msgstr ""
+
+#: any.pm:550 any.pm:575 diskdrake/interactive.pm:411
+#, c-format
+msgid "Label"
+msgstr "Label"
-#: any.pm:504 any.pm:642
+#: any.pm:551 any.pm:559 any.pm:720
#, c-format
msgid "Append"
msgstr "Atodi"
-#: any.pm:506
+#: any.pm:552 any.pm:564 any.pm:721
+#, c-format
+msgid "Video mode"
+msgstr "Modd fideo"
+
+#: any.pm:557
+#, c-format
+msgid "Image"
+msgstr "Delwedd"
+
+#: any.pm:558 any.pm:570
+#, c-format
+msgid "Root"
+msgstr "Gwraidd"
+
+#: any.pm:561
#, c-format
msgid "Xen append"
msgstr "Atodiad Xen"
-#: any.pm:508
+#: any.pm:563
#, c-format
msgid "Requires password to boot"
msgstr ""
-#: any.pm:509 any.pm:643
-#, c-format
-msgid "Video mode"
-msgstr "Modd fideo"
-
-#: any.pm:510
+#: any.pm:565
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:511
+#: any.pm:566
#, c-format
msgid "Network profile"
msgstr "Proffil rhwydwaith"
-#: any.pm:519 diskdrake/interactive.pm:411
-#, c-format
-msgid "Label"
-msgstr "Label"
-
-#: any.pm:521 any.pm:640 harddrake/v4l.pm:438
+#: any.pm:577 any.pm:718 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Rhagosodedig"
-#: any.pm:529
+#: any.pm:585
#, c-format
msgid "Empty label not allowed"
msgstr "Ni chaniateir label wag"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a kernel image"
msgstr "Rhaid enwi delwedd cnewyllyn"
-#: any.pm:530
+#: any.pm:586
#, c-format
msgid "You must specify a root partition"
msgstr "Rhaid pennu rhaniad gwraidd"
-#: any.pm:531
+#: any.pm:587
#, c-format
msgid "This label is already used"
msgstr "Mae'r label hwn yn cael ei ddefnyddio eisoes"
-#: any.pm:549
+#: any.pm:611
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Pa fath o gofnod ydych chi eisiau ei ychwanegu?"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Linux"
msgstr "Linux"
-#: any.pm:550
+#: any.pm:612
#, c-format
msgid "Other OS (Windows...)"
msgstr "Systemau Gweithredu Eraill (Windows...)"
-#: any.pm:597 any.pm:636
-#, c-format
-msgid "Bootloader Configuration"
-msgstr "Ffurfweddu'r Cychwynnwr"
-
-#: any.pm:598
+#: any.pm:672
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -294,12 +304,12 @@ msgstr ""
"Dyma'r cofnodion gwahanol ar eich dewislen cychwyn hyd yma.\n"
"Mae modd i chi ychwanegu rhagor neu newid y rhai presennol."
-#: any.pm:645
+#: any.pm:723
#, c-format
msgid "Do not touch ESP or MBR"
msgstr ""
-#: any.pm:647 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:458
+#: any.pm:725 diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:460
#: diskdrake/interactive.pm:305 diskdrake/interactive.pm:391
#: diskdrake/interactive.pm:605 diskdrake/interactive.pm:820
#: diskdrake/interactive.pm:885 diskdrake/interactive.pm:1053
@@ -311,218 +321,218 @@ msgstr ""
msgid "Warning"
msgstr "Rhybudd"
-#: any.pm:648
+#: any.pm:726
#, c-format
msgid ""
"Not installing on ESP or MBR means that the installation is not bootable "
"unless chain loaded from another OS!"
msgstr ""
-#: any.pm:652
+#: any.pm:730
#, c-format
msgid "Probe Foreign OS"
msgstr ""
-#: any.pm:653
+#: any.pm:731
#, c-format
msgid ""
"If grub2 takes too long to install, you can use this option to skip "
"detecting other OSes and make it fast"
msgstr ""
-#: any.pm:909
+#: any.pm:987
#, c-format
msgid "access to X programs"
msgstr "mynediad i raglenni X"
-#: any.pm:910
+#: any.pm:988
#, c-format
msgid "access to rpm tools"
msgstr "mynediad i offer rpm"
-#: any.pm:911
+#: any.pm:989
#, c-format
msgid "allow \"su\""
msgstr "caniatáu \"su\""
-#: any.pm:912
+#: any.pm:990
#, c-format
msgid "access to administrative files"
msgstr "mynediad i ffeiliau gweinyddol"
-#: any.pm:913
+#: any.pm:991
#, c-format
msgid "access to network tools"
msgstr "mynediad i offer rhwydwaith"
-#: any.pm:914
+#: any.pm:992
#, c-format
msgid "access to compilation tools"
msgstr "mynediad i offer crynhoad"
-#: any.pm:920
+#: any.pm:998
#, c-format
msgid "(already added %s)"
msgstr "(wedi ychwanegu %s yn barod)"
-#: any.pm:926
+#: any.pm:1004
#, c-format
msgid "Please give a user name"
msgstr "Rhowch enw defnyddiwr"
-#: any.pm:927
+#: any.pm:1005
#, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
"cased letters, numbers, `-' and `_'"
msgstr ""
-#: any.pm:928
+#: any.pm:1006
#, c-format
msgid "The user name is too long"
msgstr "Mae'r enw defnyddiwr yn rhy hir"
-#: any.pm:929
+#: any.pm:1007
#, c-format
msgid "This user name has already been added"
msgstr "Mae'r enw defnyddiwr wedi ei ychwanegu yn barod"
-#: any.pm:935 any.pm:973
+#: any.pm:1013 any.pm:1051
#, c-format
msgid "User ID"
msgstr "Enw Defnyddiwr"
-#: any.pm:935 any.pm:974
+#: any.pm:1013 any.pm:1052
#, c-format
msgid "Group ID"
msgstr "Enw Grŵp"
-#: any.pm:936
+#: any.pm:1014
#, c-format
msgid "%s must be a number"
msgstr "Rhaid i %s fod yn rhif!"
-#: any.pm:937
+#: any.pm:1015
#, c-format
msgid "%s should be above 1000. Accept anyway?"
msgstr "Dylai %s fod dros 1000. Parhau beth bynnag?"
-#: any.pm:941
+#: any.pm:1019
#, c-format
msgid "User management"
msgstr "Rheoli defnyddiwr"
-#: any.pm:947
+#: any.pm:1025
#, c-format
msgid "Enable guest account"
msgstr "Galluogi cyfrif gwadd"
-#: any.pm:949 authentication.pm:236
+#: any.pm:1027 authentication.pm:236
#, c-format
msgid "Set administrator (root) password"
msgstr "Gosod cyfrinair gweinyddwr (root)"
-#: any.pm:955
+#: any.pm:1033
#, c-format
msgid "Enter a user"
msgstr "Rhowch enw defnyddiwr"
-#: any.pm:957
+#: any.pm:1035
#, c-format
msgid "Icon"
msgstr "Eicon"
-#: any.pm:960
+#: any.pm:1038
#, c-format
msgid "Real name"
msgstr "Enw cywir"
-#: any.pm:967
+#: any.pm:1045
#, c-format
msgid "Login name"
msgstr "Enw mewngofnodi"
-#: any.pm:972
+#: any.pm:1050
#, c-format
msgid "Shell"
msgstr "Cragen"
-#: any.pm:976
+#: any.pm:1054
#, c-format
msgid "Extra Groups:"
msgstr ""
-#: any.pm:1026
+#: any.pm:1107
#, c-format
msgid "Please wait, adding media..."
msgstr "Arhoswch, ychwanegu cyfrwng..."
-#: any.pm:1078 security/l10n.pm:14
+#: any.pm:1159 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Awto mewngofnodi"
-#: any.pm:1079
+#: any.pm:1160
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr "Mewngofnodi'n awtomatig ar gyfer un defnyddiwr."
-#: any.pm:1080
+#: any.pm:1161
#, c-format
msgid "Use this feature"
msgstr "Defnyddiwch y nodwedd"
-#: any.pm:1081
+#: any.pm:1162
#, c-format
msgid "Choose the default user:"
msgstr "Dewis y defnyddiwr rhagosodedig:"
-#: any.pm:1082
+#: any.pm:1163
#, c-format
msgid "Choose the window manager to run:"
msgstr "Dewiswch y rheolwr ffenestr i redeg:"
-#: any.pm:1093 any.pm:1108 any.pm:1177
+#: any.pm:1174 any.pm:1189 any.pm:1258
#, c-format
msgid "Release Notes"
msgstr "Nodiadau'r fersiwn"
-#: any.pm:1115 any.pm:1476 interactive/gtk.pm:820
+#: any.pm:1196 any.pm:1560 interactive/gtk.pm:820
#, c-format
msgid "Close"
msgstr "Cau"
-#: any.pm:1163
+#: any.pm:1244
#, c-format
msgid "License agreement"
msgstr "Cytundeb trwyddedu"
-#: any.pm:1165 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
+#: any.pm:1246 diskdrake/dav.pm:26 mygtk2.pm:1229 mygtk3.pm:1312
#, c-format
msgid "Quit"
msgstr "Gadael"
-#: any.pm:1172
+#: any.pm:1253
#, c-format
msgid "Do you accept this license ?"
msgstr "Ydych chi'n derbyn y drwydded hon?"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Accept"
msgstr "Derbyn"
-#: any.pm:1173
+#: any.pm:1254
#, c-format
msgid "Refuse"
msgstr "Gwrthod"
-#: any.pm:1199 any.pm:1262
+#: any.pm:1280 any.pm:1343
#, c-format
msgid "Please choose a language to use"
msgstr "Dewiswch iaith i'w defnyddio"
-#: any.pm:1227
+#: any.pm:1308
#, c-format
msgid ""
"%s can support multiple languages. Select\n"
@@ -533,87 +543,87 @@ msgstr ""
"yr ieithoedd yr hoffech chi eu gosod. Byddant ar gael\n"
"ar ôl i chi ailgychwyn y system wedi i'r gosod gwblhau."
-#: any.pm:1229 fs/partitioning_wizard.pm:194
+#: any.pm:1310 fs/partitioning_wizard.pm:194
#, c-format
msgid "Mageia"
msgstr "Mageia"
-#: any.pm:1230
+#: any.pm:1311
#, c-format
msgid "Multiple languages"
msgstr ""
-#: any.pm:1231
+#: any.pm:1312
#, c-format
msgid "Select Additional Languages"
msgstr ""
-#: any.pm:1240 any.pm:1271
+#: any.pm:1321 any.pm:1352
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr "Hen Amgodiad (nid utf-8)"
-#: any.pm:1241
+#: any.pm:1322
#, c-format
msgid "All languages"
msgstr "Pob iaith"
-#: any.pm:1263
+#: any.pm:1344
#, c-format
msgid "Language choice"
msgstr "Dewis iaith"
-#: any.pm:1317
+#: any.pm:1398
#, c-format
msgid "Country / Region"
msgstr "Gwlad / Ardal"
-#: any.pm:1318
+#: any.pm:1399