summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--anaconda.spec.in46
-rw-r--r--configure.ac2
-rw-r--r--po/anaconda.pot562
3 files changed, 297 insertions, 313 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index b3c81e7a4..aafa8acb8 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -304,6 +304,52 @@ update-desktop-database &> /dev/null || :
%{_prefix}/lib/dracut/modules.d/80%{name}/*
%changelog
+* Fri Jan 25 2013 Brian C. Lane <bcl@redhat.com> - 19.2-1
+- Use only one large grid for the hubs. (clumens)
+- Indicate nothing will happen until "Begin Installation" is clicked (#883195).
+ (clumens)
+- Exit anaconda correctly on SIGTERM (vpodzime)
+- Move communication module to pyanaconda/ui (vpodzime)
+- Function getDefaultHostname was renamed some time ago. (rvykydal)
+- Use constant for default hostname ("localhost.localdomain" currently)
+ (rvykydal)
+- Make update_hostname function do just one thing - update ksdata. (rvykydal)
+- Rename wait_for_dhcp pieces to say what they actually do (rvykydal)
+- Initialize network synchronously (#902090) (rvykydal)
+- xgettext wants "utf-8", not "utf8". Python doesn't seem to care. (clumens)
+- On the storage spoke, only show the summary button if a disk is selected.
+ (clumens)
+- Add text letting people know they can use existing filesystems (#883150).
+ (clumens)
+- Default to mirrored RAID instead of striped (#888867). (clumens)
+- Replace the RAID level checkboxes with a single combo box. (clumens)
+- Don't allow mountpoints to start with /proc or /sys either. (clumens)
+- Add 'nmcli dev list' output to data gathered after crash (vpodzime)
+- Add lsblk output to data gathered after crash (#879940) (vpodzime)
+- Cleanup some trailing whitespace on otherwise empty lines (vpodzime)
+- Refactor and cleanup exception handling pieces (vpodzime)
+- Exception handling for text mode (#865325) (vpodzime)
+- python-meh's saveExceptionWindow no longer uses the accountManager (vpodzime)
+- Enable line wrapping in a couple more places (#901551). (clumens)
+- Support /boot on RAID metadata version 1.2 (#896163). (clumens)
+- Don't check memory for rescue mode (#895948). (clumens)
+- Split __init__ and setup in TUI screens so we can set the environment and
+ search paths (msivak)
+- Add a requirement on device-mapper-multipath (#895973) (msivak)
+- Update default fs type code (#855401). (clumens)
+- Display the background gradient image from a map signal handler. (clumens)
+- Remove the old cmdline and script interfaces. (clumens)
+- anaconda-cleanup doesn't use an interface at all. (clumens)
+- Remove the old text mode UI. (clumens)
+- Move constants_text out of the textw directory. (clumens)
+- Remove more references to system-config-*. (clumens)
+- Add device NM_DEVICE_TYPE_ETHERNET to isys (#893892) (rvykydal)
+- Dump missing ifcfg ifles only for ethernet devices (#893892) (rvykydal)
+- Take over dhcp connection by NM for network root (eg nfs) (#883451, #893656)
+ (rvykydal)
+- Use DEFAULT_LANG instead of magic value "en_US.UTF-8" (vpodzime)
+- fixup spec with 19.1 commits (bcl)
+
* Mon Jan 14 2013 Brian C. Lane <bcl@redhat.com> - 19.1-1
- Rework the reclaim dialog to have a resize slider. (clumens)
- g_type_init call is no longer needed (bcl)
diff --git a/configure.ac b/configure.ac
index e78e00dfe..c933821de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
m4_define(python_required_version, 2.5)
AC_PREREQ([2.63])
-AC_INIT([anaconda], [19.1], [anaconda-devel-list@redhat.com])
+AC_INIT([anaconda], [19.2], [anaconda-devel-list@redhat.com])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
AC_CONFIG_HEADERS([config.h])
diff --git a/po/anaconda.pot b/po/anaconda.pot
index 54b6502e3..c2f2726ca 100644
--- a/po/anaconda.pot
+++ b/po/anaconda.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: anaconda 19.1\n"
"Report-Msgid-Bugs-To: anaconda-devel-list@redhat.com\n"
-"POT-Creation-Date: 2013-01-14 17:13-0800\n"
+"POT-Creation-Date: 2013-01-25 10:41-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,24 +18,24 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-#: anaconda:343
+#: anaconda:342
#, c-format
msgid ""
"%s requires %s MB of memory to install, but you only have %s MB on this "
"machine.\n"
msgstr ""
-#: anaconda:345
+#: anaconda:344
#, c-format
msgid ""
"The %s graphical installer requires %s MB of memory, but you only have %s MB."
msgstr ""
-#: anaconda:350
+#: anaconda:349
msgid "Not enough RAM"
msgstr ""
-#: anaconda:351
+#: anaconda:350
msgid ""
" Try the text mode installer by running:\n"
"\n"
@@ -44,162 +44,120 @@ msgid ""
" from a root terminal."
msgstr ""
-#: anaconda:354
+#: anaconda:353
msgid " Starting text mode."
msgstr ""
-#: anaconda:381 pyanaconda/rescue.py:268 pyanaconda/rescue.py:301
+#: anaconda:383 pyanaconda/rescue.py:268 pyanaconda/rescue.py:301
#: pyanaconda/rescue.py:314 pyanaconda/rescue.py:382 pyanaconda/rescue.py:398
#: pyanaconda/rescue.py:409
msgid "OK"
msgstr ""
-#: anaconda:483
+#: anaconda:485
msgid ""
"Text mode provides a limited set of installation options. It does not allow "
"you to specify your own partitioning layout or package selections. Would you "
"like to use VNC mode instead?"
msgstr ""
-#: anaconda:507
+#: anaconda:509
msgid "DISPLAY variable not set. Starting text mode."
msgstr ""
-#: anaconda:515
+#: anaconda:517
msgid "Graphical installation is not available. Starting text mode."
msgstr ""
-#: anaconda:626
+#: anaconda:628
#, c-format
msgid "Please ssh install@%s to begin the install."
msgstr ""
-#: anaconda:628
+#: anaconda:630
msgid "Please ssh install@<host> to continue installation."
msgstr ""
-#: pyanaconda/bootloader.py:239
+#: pyanaconda/bootloader.py:238
msgid "/boot filesystem"
msgstr ""
-#: pyanaconda/bootloader.py:388
+#: pyanaconda/bootloader.py:391
#, python-format
msgid ""
"RAID sets that contain '%s' must have one of the following raid levels: %s."
msgstr ""
-#: pyanaconda/bootloader.py:396
+#: pyanaconda/bootloader.py:399
#, python-format
msgid ""
"RAID sets that contain '%s' must have one of the following metadata "
"versions: %s."
msgstr ""
-#: pyanaconda/bootloader.py:404
+#: pyanaconda/bootloader.py:407
#, python-format
msgid ""
"RAID sets that contain '%s' must have one of the following device types: %s."
msgstr ""
-#: pyanaconda/bootloader.py:420
+#: pyanaconda/bootloader.py:423
#, python-format
msgid "%s must have one of the following disklabel types: %s."
msgstr ""
-#: pyanaconda/bootloader.py:432
+#: pyanaconda/bootloader.py:435
#, python-format
msgid "%s cannot be of type %s."
msgstr ""
-#: pyanaconda/bootloader.py:438
+#: pyanaconda/bootloader.py:441
#, python-format
msgid "%s must be mounted on one of %s."
msgstr ""
-#: pyanaconda/bootloader.py:450
+#: pyanaconda/bootloader.py:453
#, python-format
msgid "%s must be between %d and %d MB in size"
msgstr ""
-#: pyanaconda/bootloader.py:455
+#: pyanaconda/bootloader.py:458
#, python-format
msgid "%s must not be smaller than %dMB."
msgstr ""
-#: pyanaconda/bootloader.py:464
+#: pyanaconda/bootloader.py:467
#, python-format
msgid "%s must not be larger than %dMB."
msgstr ""
-#: pyanaconda/bootloader.py:482
+#: pyanaconda/bootloader.py:485
#, python-format
msgid "%s must be within the first %dMB of the disk."
msgstr ""
-#: pyanaconda/bootloader.py:492
+#: pyanaconda/bootloader.py:495
#, python-format
msgid "%s must be on a primary partition."
msgstr ""
-#: pyanaconda/bootloader.py:616 pyanaconda/bootloader.py:706
+#: pyanaconda/bootloader.py:619 pyanaconda/bootloader.py:709
#, python-format
msgid "%s cannot be on an encrypted block device."
msgstr ""
-#: pyanaconda/bootloader.py:664
+#: pyanaconda/bootloader.py:667
#, python-format
msgid "%s cannot be of type %s"
msgstr ""
-#: pyanaconda/bootloader.py:1585
+#: pyanaconda/bootloader.py:1595
#, python-format
msgid ""
"%(deviceName)s may not have enough space for grub2 to embed core.img when "
"using the %(fsType)s filesystem on %(deviceType)s"
msgstr ""
-#: pyanaconda/cmdline.py:66
-msgid "Completed"
-msgstr ""
-
-#: pyanaconda/cmdline.py:74
-msgid "In progress"
-msgstr ""
-
-#: pyanaconda/cmdline.py:87
-#, python-format
-msgid ""
-"(%s)\n"
-"Command line mode requires all choices to be specified in a kickstart "
-"configuration file."
-msgstr ""
-
-#: pyanaconda/cmdline.py:104
-#, python-format
-msgid ""
-"The following error was found while parsing the kickstart configuration "
-"file:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: pyanaconda/cmdline.py:113
-#, python-format
-msgid ""
-"(%s)\n"
-"%s"
-msgstr ""
-
-#: pyanaconda/cmdline.py:126 pyanaconda/cmdline.py:132
-#: pyanaconda/cmdline.py:137 pyanaconda/ui/tui/hubs/summary.py:58
-msgid "Can't have a question in command line mode!"
-msgstr ""
-
-#: pyanaconda/cmdline.py:156
-#, python-format
-msgid "In interactive step can't continue. (%s)"
-msgstr ""
-
#: pyanaconda/constants.py:60
msgid ""
"An unhandled exception has occurred. This is most likely a bug. Please "
@@ -330,43 +288,43 @@ msgstr ""
msgid "Running pre-installation scripts"
msgstr ""
-#: pyanaconda/network.py:94
+#: pyanaconda/network.py:95
msgid "Hostname cannot be None or an empty string."
msgstr ""
-#: pyanaconda/network.py:97
+#: pyanaconda/network.py:98
msgid "Hostname must be 255 or fewer characters in length."
msgstr ""
-#: pyanaconda/network.py:103
+#: pyanaconda/network.py:104
msgid ""
"Hostname must start with a valid character in the ranges 'a-z', 'A-Z', or "
"'0-9'"
msgstr ""
-#: pyanaconda/network.py:111
+#: pyanaconda/network.py:112
msgid ""
"Hostnames can only contain the characters 'a-z', 'A-Z', '0-9', '-', or '.', "
"parts between periods must contain something and cannot start or end with "
"'-'."
msgstr ""
-#: pyanaconda/network.py:168
+#: pyanaconda/network.py:169
msgid "IP address is missing."
msgstr ""
-#: pyanaconda/network.py:172
+#: pyanaconda/network.py:173
msgid ""
"IPv4 addresses must contain four numbers between 0 and 255, separated by "
"periods."
msgstr ""
-#: pyanaconda/network.py:175
+#: pyanaconda/network.py:176
#, python-format
msgid "'%s' is not a valid IPv6 address."
msgstr ""
-#: pyanaconda/network.py:177
+#: pyanaconda/network.py:178
#, python-format
msgid "'%s' is an invalid IP address."
msgstr ""
@@ -726,7 +684,7 @@ msgid ""
"\n"
msgstr ""
-#: pyanaconda/storage/__init__.py:1272 pyanaconda/ui/gui/spokes/custom.py:1024
+#: pyanaconda/storage/__init__.py:1272 pyanaconda/ui/gui/spokes/custom.py:986
msgid "You must create a new filesystem on the root device."
msgstr ""
@@ -1130,7 +1088,7 @@ msgstr ""
msgid "Could not set zFCP device %(devnum)s offline (%(e)s)."
msgstr ""
-#: pyanaconda/storage/zfcp.py:375 pyanaconda/ui/tui/__init__.py:39
+#: pyanaconda/storage/zfcp.py:375 pyanaconda/ui/tui/__init__.py:40
msgid "Error"
msgstr ""
@@ -1157,16 +1115,20 @@ msgstr ""
msgid "Starting automated install"
msgstr ""
+#: pyanaconda/ui/tui/hubs/summary.py:58
+msgid "Can't have a question in command line mode!"
+msgstr ""
+
#: pyanaconda/ui/tui/hubs/__init__.py:43
msgid "Default HUB title"
msgstr ""
-#: pyanaconda/ui/tui/hubs/__init__.py:108
+#: pyanaconda/ui/tui/hubs/__init__.py:109
#: pyanaconda/ui/tui/simpleline/base.py:301
msgid "c"
msgstr ""
-#: pyanaconda/ui/tui/hubs/__init__.py:111
+#: pyanaconda/ui/tui/hubs/__init__.py:112
msgid "Please complete all spokes before continuing"
msgstr ""
@@ -1178,7 +1140,7 @@ msgstr ""
msgid "Do you really want to quit?"
msgstr ""
-#: pyanaconda/ui/tui/simpleline/base.py:407
+#: pyanaconda/ui/tui/simpleline/base.py:415
msgid " Please make your choice from above ['q' to quit | 'c' to continue]: "
msgstr ""
@@ -1269,40 +1231,40 @@ msgid "Install Destination"
msgstr ""
#: pyanaconda/ui/tui/spokes/storage.py:124
-#: pyanaconda/ui/gui/spokes/storage.py:438
+#: pyanaconda/ui/gui/spokes/storage.py:439
msgid "No disks selected"
msgstr ""
#: pyanaconda/ui/tui/spokes/storage.py:131
-#: pyanaconda/ui/gui/spokes/storage.py:445
+#: pyanaconda/ui/gui/spokes/storage.py:446
msgid "Error checking storage configuration"
msgstr ""
#: pyanaconda/ui/tui/spokes/storage.py:134
-#: pyanaconda/ui/gui/spokes/storage.py:447
+#: pyanaconda/ui/gui/spokes/storage.py:448
msgid "Automatic partitioning selected"
msgstr ""
#: pyanaconda/ui/tui/spokes/storage.py:136
-#: pyanaconda/ui/gui/spokes/storage.py:449
+#: pyanaconda/ui/gui/spokes/storage.py:450
msgid "Custom partitioning selected"
msgstr ""
#: pyanaconda/ui/tui/spokes/storage.py:172
-#: pyanaconda/ui/gui/spokes/storage.py:581
+#: pyanaconda/ui/gui/spokes/storage.py:586
msgid ""
"No disks detected. Please shut down the computer, connect at least one "
"disk, and restart to complete installation."
msgstr ""
#: pyanaconda/ui/tui/spokes/storage.py:174
-#: pyanaconda/ui/gui/spokes/storage.py:583
+#: pyanaconda/ui/gui/spokes/storage.py:588
msgid "No disks selected; please select at least one disk to install to."
msgstr ""
#: pyanaconda/ui/tui/spokes/storage.py:189
-#: pyanaconda/ui/gui/spokes/source.py:678
-#: pyanaconda/ui/gui/spokes/storage.py:513
+#: pyanaconda/ui/gui/spokes/source.py:679
+#: pyanaconda/ui/gui/spokes/storage.py:514
msgid "Probing storage..."
msgstr ""
@@ -1316,7 +1278,7 @@ msgid "storage configuration failed: %s"
msgstr ""
#: pyanaconda/ui/tui/spokes/storage.py:281
-#: pyanaconda/ui/gui/spokes/storage.py:306
+#: pyanaconda/ui/gui/spokes/storage.py:307
msgid "Checking storage configuration..."
msgstr ""
@@ -1368,41 +1330,41 @@ msgstr ""
msgid "testing status..."
msgstr ""
-#: pyanaconda/ui/tui/__init__.py:59
+#: pyanaconda/ui/tui/__init__.py:60
msgid "Press enter to exit."
msgstr ""
-#: pyanaconda/ui/tui/__init__.py:68
+#: pyanaconda/ui/tui/__init__.py:69
msgid "Question"
msgstr ""
-#: pyanaconda/ui/tui/__init__.py:91
+#: pyanaconda/ui/tui/__init__.py:92
msgid "Please respond 'yes' or 'no': "
msgstr ""
-#: pyanaconda/ui/tui/__init__.py:94
+#: pyanaconda/ui/tui/__init__.py:95
msgid "yes"
msgstr ""
-#: pyanaconda/ui/tui/__init__.py:99
+#: pyanaconda/ui/tui/__init__.py:100
msgid "no"
msgstr ""
-#: pyanaconda/ui/gui/__init__.py:368
+#: pyanaconda/ui/gui/__init__.py:392
msgid "_Exit Installer"
msgstr ""
-#: pyanaconda/ui/gui/__init__.py:377 pyanaconda/ui/gui/spokes/software.py:337
-#: pyanaconda/ui/gui/spokes/storage.py:773 pyanaconda/ui/gui/main.glade:34
-#: pyanaconda/ui/gui/hubs/summary.glade:77 widgets/src/StandaloneWindow.c:52
+#: pyanaconda/ui/gui/__init__.py:401 pyanaconda/ui/gui/spokes/software.py:337
+#: pyanaconda/ui/gui/spokes/storage.py:776 pyanaconda/ui/gui/main.glade:34
+#: pyanaconda/ui/gui/hubs/summary.glade:76 widgets/src/StandaloneWindow.c:52
msgid "_Quit"
msgstr ""
-#: pyanaconda/ui/gui/__init__.py:393
+#: pyanaconda/ui/gui/__init__.py:417
msgid "_No"
msgstr ""
-#: pyanaconda/ui/gui/__init__.py:393
+#: pyanaconda/ui/gui/__init__.py:417
msgid "_Yes"
msgstr ""
@@ -1426,13 +1388,13 @@ msgstr ""
msgid "USER SETTINGS"
msgstr ""
-#: pyanaconda/ui/gui/hubs/__init__.py:248
+#: pyanaconda/ui/gui/hubs/__init__.py:266
msgid ""
"When all items marked with this icon are complete, installation will "
"automatically continue."
msgstr ""
-#: pyanaconda/ui/gui/hubs/__init__.py:250
+#: pyanaconda/ui/gui/hubs/__init__.py:268
msgid ""
"Please complete items marked with this icon before continuing to the next "
"step."
@@ -1445,7 +1407,7 @@ msgid ""
"When you are ready, reboot your system to start using it!"
msgstr ""
-#: pyanaconda/ui/gui/hubs/progress.py:254
+#: pyanaconda/ui/gui/hubs/progress.py:255
msgid "Complete!"
msgstr ""
@@ -1496,171 +1458,167 @@ msgid "BTRFS"
msgstr ""
#: pyanaconda/ui/gui/spokes/custom.py:124
-#: pyanaconda/ui/gui/spokes/custom.glade:2124
-#: pyanaconda/ui/gui/spokes/custom.glade:2325
+#: pyanaconda/ui/gui/spokes/custom.glade:1704
+#: pyanaconda/ui/gui/spokes/custom.glade:1905
#: pyanaconda/ui/gui/spokes/lib/resize.glade:140
msgid "Disk"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:457
+#: pyanaconda/ui/gui/spokes/custom.py:425
#: pyanaconda/ui/gui/spokes/custom.glade:395
msgid "MANUAL PARTITIONING"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:654
+#: pyanaconda/ui/gui/spokes/custom.py:616
#, python-format
msgid "%d _storage device selected"
msgid_plural "%d _storage devices selected"
msgstr[0] ""
msgstr[1] ""
-#: pyanaconda/ui/gui/spokes/custom.py:807
-#: pyanaconda/ui/gui/spokes/network.py:584
-#: pyanaconda/ui/gui/spokes/network.py:1003
+#: pyanaconda/ui/gui/spokes/custom.py:769
+#: pyanaconda/ui/gui/spokes/network.py:585
+#: pyanaconda/ui/gui/spokes/network.py:1004
msgid "Unknown"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:836
+#: pyanaconda/ui/gui/spokes/custom.py:798
msgid ""
"The 'swap' area on your computer is used by the operating\n"
"system when running low on memory."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:839
+#: pyanaconda/ui/gui/spokes/custom.py:801
msgid ""
"The 'boot' area on your computer is where files needed\n"
"to start the operating system are stored."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:842
+#: pyanaconda/ui/gui/spokes/custom.py:804
msgid ""
"The 'root' area on your computer is where core system\n"
"files and applications are stored."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:845
+#: pyanaconda/ui/gui/spokes/custom.py:807
msgid ""
"The 'home' area on your computer is where all your personal\n"
"data is stored."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:848
+#: pyanaconda/ui/gui/spokes/custom.py:810
msgid ""
"The BIOS boot partition is required to enable booting\n"
"from GPT-partitioned disks on BIOS hardware."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:851
+#: pyanaconda/ui/gui/spokes/custom.py:813
msgid ""
"The PReP boot partition is required as part of the\n"
"bootloader configuration on some PPC platforms."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:1013
+#: pyanaconda/ui/gui/spokes/custom.py:975
#, python-format
msgid "/boot/efi must be on a device of type %s"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:1017
+#: pyanaconda/ui/gui/spokes/custom.py:979
#, python-format
msgid "%s must be on a device of type %s"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:1020
-#: pyanaconda/ui/gui/spokes/custom.py:1022
+#: pyanaconda/ui/gui/spokes/custom.py:982
+#: pyanaconda/ui/gui/spokes/custom.py:984
#, python-format
msgid "%s cannot be encrypted"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:1026
+#: pyanaconda/ui/gui/spokes/custom.py:988
#, python-format
msgid "Devices of type %s require a valid RAID level selection."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:1032
+#: pyanaconda/ui/gui/spokes/custom.py:994
msgid ""
"The RAID level you have selected requires more disks than you currently have "
"selected."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:1191
+#: pyanaconda/ui/gui/spokes/custom.py:1153
msgid "Device resize request failed. Click for details."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:1245
+#: pyanaconda/ui/gui/spokes/custom.py:1207
#, python-format
msgid "Specified name %s already in use."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:1312
+#: pyanaconda/ui/gui/spokes/custom.py:1274
msgid "Device reformat request failed. Click for details."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:1500
-msgid "(not enough disks)"
-msgstr ""
-
-#: pyanaconda/ui/gui/spokes/custom.py:1576
+#: pyanaconda/ui/gui/spokes/custom.py:1471
msgid "This file system does not support labels."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:1594
+#: pyanaconda/ui/gui/spokes/custom.py:1489
msgid "This file system may not be resized."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:1867
+#: pyanaconda/ui/gui/spokes/custom.py:1761
#, python-format
msgid "Added new %s to existing container %s."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:1875
+#: pyanaconda/ui/gui/spokes/custom.py:1769
msgid "Failed to add new device. Click for details."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:1881
+#: pyanaconda/ui/gui/spokes/custom.py:1775
msgid "Invalid partition size set. Use a valid integer."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:1901
+#: pyanaconda/ui/gui/spokes/custom.py:1795
msgid "Device removal request failed. Click for details."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:2096
+#: pyanaconda/ui/gui/spokes/custom.py:1990
#, python-format
msgid "Volume Group name %s is already in use. Not saving changes."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:2187
+#: pyanaconda/ui/gui/spokes/custom.py:2081
#, python-format
msgid ""
"This Software RAID array is missing %(missingMembers)d of %(totalMembers)d "
"member partitions. You can remove it or select a different device."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:2193
+#: pyanaconda/ui/gui/spokes/custom.py:2087
#, python-format
msgid ""
"This LVM Volume Group is missing %(missingPVs)d of %(totalPVs)d physical "
"volumes. You can remove it or select a different device."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:2267
+#: pyanaconda/ui/gui/spokes/custom.py:2161
msgid "No disks selected."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:2273
+#: pyanaconda/ui/gui/spokes/custom.py:2167
msgid "Not enough free space on selected disks."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:2279
+#: pyanaconda/ui/gui/spokes/custom.py:2173
msgid "Automatic partitioning failed. Click for details."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:2520
+#: pyanaconda/ui/gui/spokes/custom.py:2410
msgid "Failed to unlock encrypted block device. Click for details"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.py:2543
+#: pyanaconda/ui/gui/spokes/custom.py:2433
#, python-format
msgid ""
"You have chosen to manually set up the filesystems for your new "
@@ -1796,148 +1754,148 @@ msgstr ""
msgid "Layout switching not configured."
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:92
+#: pyanaconda/ui/gui/spokes/network.py:93
msgid "Status unknown (missing)"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:95
+#: pyanaconda/ui/gui/spokes/network.py:96
msgid "Status unknown"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:97
+#: pyanaconda/ui/gui/spokes/network.py:98
msgid "Unmanaged"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:100
+#: pyanaconda/ui/gui/spokes/network.py:101
msgid "Firmware missing"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:103
+#: pyanaconda/ui/gui/spokes/network.py:104
msgid "Cable unplugged"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:105
+#: pyanaconda/ui/gui/spokes/network.py:106
msgid "Unavailable"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:107
+#: pyanaconda/ui/gui/spokes/network.py:108
msgid "Disconnected"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:112
+#: pyanaconda/ui/gui/spokes/network.py:113
msgid "Connecting"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:114
+#: pyanaconda/ui/gui/spokes/network.py:115
msgid "Authentication required"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:116
+#: pyanaconda/ui/gui/spokes/network.py:117
msgid "Connected"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:118
+#: pyanaconda/ui/gui/spokes/network.py:119
msgid "Disconnecting"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:120
+#: pyanaconda/ui/gui/spokes/network.py:121
msgid "Connection failed"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:573
+#: pyanaconda/ui/gui/spokes/network.py:574
msgid "unplugged"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:586
+#: pyanaconda/ui/gui/spokes/network.py:587
msgid "Ethernet"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:588
+#: pyanaconda/ui/gui/spokes/network.py:589
msgid "Wireless"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:682
+#: pyanaconda/ui/gui/spokes/network.py:683
#: pyanaconda/ui/gui/spokes/network.glade:349
#: pyanaconda/ui/gui/spokes/network.glade:702
msgid "IPv4 Address"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:683
+#: pyanaconda/ui/gui/spokes/network.py:684
#: pyanaconda/ui/gui/spokes/network.glade:363
#: pyanaconda/ui/gui/spokes/network.glade:716
#: pyanaconda/ui/gui/spokes/network.glade:1335
msgid "IPv6 Address"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:685
-#: pyanaconda/ui/gui/spokes/network.py:687
+#: pyanaconda/ui/gui/spokes/network.py:686
+#: pyanaconda/ui/gui/spokes/network.py:688
#: pyanaconda/ui/gui/spokes/network.glade:1321
msgid "IP Address"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:752
+#: pyanaconda/ui/gui/spokes/network.py:753
#, python-format
msgid "%d Mb/s"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:929
+#: pyanaconda/ui/gui/spokes/network.py:930
msgid "WEP"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:932
+#: pyanaconda/ui/gui/spokes/network.py:933
msgid "WPA"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:935
+#: pyanaconda/ui/gui/spokes/network.py:936
msgid "WPA2"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:939
+#: pyanaconda/ui/gui/spokes/network.py:940
msgid "Enterprise"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:944 widgets/src/SpokeSelector.c:54
+#: pyanaconda/ui/gui/spokes/network.py:945 widgets/src/SpokeSelector.c:54
msgid "None"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:966
+#: pyanaconda/ui/gui/spokes/network.py:967
msgid "_NETWORK CONFIGURATION"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:1007
+#: pyanaconda/ui/gui/spokes/network.py:1008
msgid "Connecting..."
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:1009
+#: pyanaconda/ui/gui/spokes/network.py:1010
msgid "Disconnecting..."
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:1016
+#: pyanaconda/ui/gui/spokes/network.py:1017
#, python-format
msgid "Wireless connected to %s"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:1019
+#: pyanaconda/ui/gui/spokes/network.py:1020
#, python-format
msgid "Wired (%s) connected"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:1029
+#: pyanaconda/ui/gui/spokes/network.py:1030
#, python-format
msgid "Connected: %s"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:1031
+#: pyanaconda/ui/gui/spokes/network.py:1032
msgid "Not connected"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:1034
+#: pyanaconda/ui/gui/spokes/network.py:1035
#: pyanaconda/ui/gui/spokes/network.glade:2085
msgid "No network devices available"
msgstr ""
-#: pyanaconda/ui/gui/spokes/network.py:1074
-#: pyanaconda/ui/gui/spokes/network.py:1144
+#: pyanaconda/ui/gui/spokes/network.py:1076
+#: pyanaconda/ui/gui/spokes/network.py:1146
#, python-format
msgid "Hostname is not valid: %s"
msgstr ""
@@ -1976,7 +1934,7 @@ msgid "_SOFTWARE SELECTION"
msgstr ""
#: pyanaconda/ui/gui/spokes/software.py:107
-#: pyanaconda/ui/gui/spokes/source.py:616
+#: pyanaconda/ui/gui/spokes/source.py:617
msgid "Checking software dependencies..."
msgstr ""
@@ -2001,13 +1959,13 @@ msgid "Custom software selected"
msgstr ""
#: pyanaconda/ui/gui/spokes/software.py:170
-#: pyanaconda/ui/gui/spokes/source.py:597
-#: pyanaconda/ui/gui/spokes/source.py:634
+#: pyanaconda/ui/gui/spokes/source.py:598
+#: pyanaconda/ui/gui/spokes/source.py:635
msgid "Nothing selected"
msgstr ""
#: pyanaconda/ui/gui/spokes/software.py:179
-#: pyanaconda/ui/gui/spokes/source.py:50
+#: pyanaconda/ui/gui/spokes/source.py:51
msgid "Downloading package metadata..."
msgstr ""
@@ -2016,7 +1974,7 @@ msgid "Downloading group metadata..."
msgstr ""
#: pyanaconda/ui/gui/spokes/software.py:219
-#: pyanaconda/ui/gui/spokes/source.py:589
+#: pyanaconda/ui/gui/spokes/source.py:590
msgid "No installation source available"
msgstr ""
@@ -2038,8 +1996,8 @@ msgstr ""
#: pyanaconda/ui/gui/spokes/source.glade:594
#: pyanaconda/ui/gui/spokes/custom.glade:92
#: pyanaconda/ui/gui/spokes/custom.glade:347
-#: pyanaconda/ui/gui/spokes/custom.glade:1989
-#: pyanaconda/ui/gui/spokes/custom.glade:2230 pyanaconda/ui/gui/main.glade:20
+#: pyanaconda/ui/gui/spokes/custom.glade:1569
+#: pyanaconda/ui/gui/spokes/custom.glade:1810 pyanaconda/ui/gui/main.glade:20
msgid "_Cancel"
msgstr ""
@@ -2051,92 +2009,92 @@ msgstr ""
msgid "_Modify Software Source"
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:49
+#: pyanaconda/ui/gui/spokes/source.py:50
msgid "Setting up installation source..."
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:51
+#: pyanaconda/ui/gui/spokes/source.py:52
msgid "Error downloading package metadata..."
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:144
+#: pyanaconda/ui/gui/spokes/source.py:145
msgid "This media is good to install from."
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:146
+#: pyanaconda/ui/gui/spokes/source.py:147
msgid "This media is not good to install from."
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:347
+#: pyanaconda/ui/gui/spokes/source.py:348
msgid "Getting info about requested repository"
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:370
+#: pyanaconda/ui/gui/spokes/source.py:371
#: pyanaconda/ui/gui/spokes/source.glade:258
msgid "enter URL of your desired repository"
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:428
+#: pyanaconda/ui/gui/spokes/source.py:429
msgid "_INSTALLATION SOURCE"
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:561
+#: pyanaconda/ui/gui/spokes/source.py:562
msgid "Failed to set up install source"
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:563
-#: pyanaconda/ui/gui/spokes/source.py:577
+#: pyanaconda/ui/gui/spokes/source.py:564
+#: pyanaconda/ui/gui/spokes/source.py:578
msgid "Failed to set up install source, check the repo url"
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:565
+#: pyanaconda/ui/gui/spokes/source.py:566
msgid "Failed to set up install source, check the repo url and proxy settings"
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:618
+#: pyanaconda/ui/gui/spokes/source.py:619
msgid "Not ready"
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:620
-#: pyanaconda/ui/gui/spokes/source.py:629
+#: pyanaconda/ui/gui/spokes/source.py:621
+#: pyanaconda/ui/gui/spokes/source.py:630
msgid "Error setting up software source"
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:624
+#: pyanaconda/ui/gui/spokes/source.py:625
#, python-format
msgid "NFS server %s"
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:626
+#: pyanaconda/ui/gui/spokes/source.py:627
msgid "CD/DVD drive"
msgstr ""
-#: pyanaconda/ui/gui/spokes/source.py:632
+#: pyanaconda/ui/gui/spokes/source.py:633
msgid "Closest mirror"
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.py:151
+#: pyanaconda/ui/gui/spokes/storage.py:152
#, python-format
msgid ""
"You have plenty of space to install <b>%s</b>, so we can automatically\n"
"configure the rest of the installation for you."
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.py:169
+#: pyanaconda/ui/gui/spokes/storage.py:170
#, python-format
msgid ""
"Your current <b>%s</b> software selection requires <b>%s</b> of available "
"space."
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.py:242
+#: pyanaconda/ui/gui/spokes/storage.py:243
#, python-format
msgid ""
"%s\n"
"The disks you've selected have the following amounts of free space:"
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.py:251
+#: pyanaconda/ui/gui/spokes/storage.py:252
#, python-format
msgid ""
"<b>You don't have enough space available to install %s</b>, but we can help "
@@ -2144,7 +2102,7 @@ msgid ""
"reclaim space by shrinking or removing existing partitions."
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.py:273
+#: pyanaconda/ui/gui/spokes/storage.py:274
#, python-format
msgid ""
"%s\n"
@@ -2153,7 +2111,7 @@ msgid ""
"available on the selected disks."
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.py:284
+#: pyanaconda/ui/gui/spokes/storage.py:285
#, python-format
msgid ""
"<b>You don't have enough space available to install %s</b>, even if you used "
@@ -2164,43 +2122,43 @@ msgid ""
"quit the installer."
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.py:324
+#: pyanaconda/ui/gui/spokes/storage.py:325
msgid "INSTALLATION _DESTINATION"
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.py:396
+#: pyanaconda/ui/gui/spokes/storage.py:397
msgid "Saving storage configuration..."
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.py:403
+#: pyanaconda/ui/gui/spokes/storage.py:404
msgid "Failed to save storage configuration..."
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.py:495
+#: pyanaconda/ui/gui/spokes/storage.py:496
msgid "Error checking storage configuration. Click for details."
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.py:574
+#: pyanaconda/ui/gui/spokes/storage.py:575
#, python-format
msgid "%d disk selected; %s capacity; %s free"
msgid_plural "%d disks selected; %s capacity; %s free"
msgstr[0] ""
msgstr[1] ""
-#: pyanaconda/ui/gui/spokes/storage.py:625
+#: pyanaconda/ui/gui/spokes/storage.py:628
msgid ""
"You have chosen to skip bootloader installation. Your system may not be "
"bootable."
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.py:770
+#: pyanaconda/ui/gui/spokes/storage.py:773
msgid ""
"The following errors were encountered when checking your storage "
"configuration. You can modify your storage layout\n"
"or quit the installer."
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.py:773
+#: pyanaconda/ui/gui/spokes/storage.py:776
msgid "_Modify Storage Layout"
msgstr ""
@@ -2208,25 +2166,33 @@ msgstr ""
msgid "LANGUAGE"
msgstr ""
-#: pyanaconda/ui/gui/spokes/lib/accordion.py:130
+#: pyanaconda/ui/gui/spokes/lib/accordion.py:131
msgid "DATA"
msgstr ""
-#: pyanaconda/ui/gui/spokes/lib/accordion.py:135
+#: pyanaconda/ui/gui/spokes/lib/accordion.py:136
msgid "SYSTEM"
msgstr ""
-#: pyanaconda/ui/gui/spokes/lib/accordion.py:235
+#: pyanaconda/ui/gui/spokes/lib/accordion.py:238
#, python-format
-msgid "You haven't created any mount points for your %s %s installation yet:"
+msgid ""
+"You haven't created any mount points for your %s %s installation yet. You "
+"can:"
msgstr ""
-#: pyanaconda/ui/gui/spokes/lib/accordion.py:240
+#: pyanaconda/ui/gui/spokes/lib/accordion.py:244
msgid "_Click here to create them automatically."
msgstr ""
-#: pyanaconda/ui/gui/spokes/lib/accordion.py:251
-msgid "Or, create new mount points below with the '+' icon."
+#: pyanaconda/ui/gui/spokes/lib/accordion.py:258
+msgid "Create new mount points by clicking the '+' button."
+msgstr ""
+
+#: pyanaconda/ui/gui/spokes/lib/accordion.py:265
+msgid ""
+"Or, assign new mount points to existing partitions after selecting them "
+"below."
msgstr ""
#: pyanaconda/ui/gui/spokes/lib/cart.py:138
@@ -2658,12 +2624,12 @@ msgstr ""
msgid "_Full disk summary and options..."
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.glade:980
-#: pyanaconda/ui/gui/spokes/custom.glade:1933
+#: pyanaconda/ui/gui/spokes/storage.glade:981
+#: pyanaconda/ui/gui/spokes/custom.glade:1513
msgid "summary"
msgstr ""
-#: pyanaconda/ui/gui/spokes/storage.glade:994
+#: pyanaconda/ui/gui/spokes/storage.glade:995
msgid "_Encrypt my data. I'll set a passphrase later."
msgstr ""
@@ -2929,7 +2895,7 @@ msgid "Set _keyboard to default layout for selected language."
msgstr ""
#: pyanaconda/ui/gui/spokes/custom.glade:8
-#: pyanaconda/ui/gui/spokes/custom.glade:1774
+#: pyanaconda/ui/gui/spokes/custom.glade:1354
msgid "Help"
msgstr ""
@@ -2988,21 +2954,21 @@ msgstr ""
#: pyanaconda/ui/gui/spokes/custom.glade:482
msgid ""
-"When you create mount points for your %s %s install,\n"
-"you'll be able to view their details here."
+"When you create mount points for your %s %s install, you'll be able to view "
+"their details here."
msgstr ""
#: pyanaconda/ui/gui/spokes/custom.glade:505
-#: pyanaconda/ui/gui/spokes/custom.glade:1393
-#: pyanaconda/ui/gui/spokes/custom.glade:1537
-#: pyanaconda/ui/gui/spokes/custom.glade:1624
+#: pyanaconda/ui/gui/spokes/custom.glade:973
+#: pyanaconda/ui/gui/spokes/custom.glade:1117
+#: pyanaconda/ui/gui/spokes/custom.glade:1204
msgid "Selected Device"
msgstr ""
#: pyanaconda/ui/gui/spokes/custom.glade:523
-#: pyanaconda/ui/gui/spokes/custom.glade:1411
-#: pyanaconda/ui/gui/spokes/custom.glade:1555
-#: pyanaconda/ui/gui/spokes/custom.glade:1642
+#: pyanaconda/ui/gui/spokes/custom.glade:991
+#: pyanaconda/ui/gui/spokes/custom.glade:1135
+#: pyanaconda/ui/gui/spokes/custom.glade:1222
msgid "Device description"
msgstr ""
@@ -3015,7 +2981,7 @@ msgid "<b>_Desired Capacity (MB):</b>"
msgstr ""
#: pyanaconda/ui/gui/spokes/custom.glade:663
-#: pyanaconda/ui/gui/spokes/custom.glade:2069
+#: pyanaconda/ui/gui/spokes/custom.glade:1649
msgid "_Name:"
msgstr ""
@@ -3031,169 +2997,137 @@ msgstr ""
msgid "_Encrypt"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:824
-#: pyanaconda/ui/gui/spokes/custom.glade:923
-#: pyanaconda/ui/gui/spokes/custom.glade:1169
-msgid "Redundancy (_mirror)"
-msgstr ""
-
-#: pyanaconda/ui/gui/spokes/custom.glade:844
-#: pyanaconda/ui/gui/spokes/custom.glade:888
-#: pyanaconda/ui/gui/spokes/custom.glade:943
-#: pyanaconda/ui/gui/spokes/custom.glade:987
-#: pyanaconda/ui/gui/spokes/custom.glade:1031
-#: pyanaconda/ui/gui/spokes/custom.glade:1076
-#: pyanaconda/ui/gui/spokes/custom.glade:1109
-#: pyanaconda/ui/gui/spokes/custom.glade:1189
-#: pyanaconda/ui/gui/spokes/custom.glade:1233
-msgid "(-0Gb)"
-msgstr ""
-
-#: pyanaconda/ui/gui/spokes/custom.glade:869
-#: pyanaconda/ui/gui/spokes/custom.glade:968
-#: pyanaconda/ui/gui/spokes/custom.glade:1214
-msgid "Optimi_zed performance (stripe)"
-msgstr ""
-
-#: pyanaconda/ui/gui/spokes/custom.glade:1012
-msgid "Error detection (_parity)"
-msgstr ""
-
-#: pyanaconda/ui/gui/spokes/custom.glade:1057
-msgid "D_istributed"
+#: pyanaconda/ui/gui/spokes/custom.glade:809
+msgid "Refor_mat"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1089
-msgid "Red_undant"
-msgstr ""
-
-#: pyanaconda/ui/gui/spokes/custom.glade:1270
-msgid "_Reformat"
+#: pyanaconda/ui/gui/spokes/custom.glade:830
+msgid "_Volume Group:"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1290
-msgid "_Volume Group:"
+#: pyanaconda/ui/gui/spokes/custom.glade:861
+msgid "_Modify..."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1321
-msgid "Modif_y..."
+#: pyanaconda/ui/gui/spokes/custom.glade:880
+msgid "_RAID Level:"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1341
+#: pyanaconda/ui/gui/spokes/custom.glade:921
msgid "_Customize..."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1354
+#: pyanaconda/ui/gui/spokes/custom.glade:934
msgid "_Apply Changes"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1445
+#: pyanaconda/ui/gui/spokes/custom.glade:1025
msgid ""
"This device is encrypted and cannot be read without a valid passphrase. You "
"may unlock it below."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1466
+#: pyanaconda/ui/gui/spokes/custom.glade:1046
#: pyanaconda/ui/gui/spokes/lib/passphrase.glade:99
msgid "_Passphrase:"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1494
+#: pyanaconda/ui/gui/spokes/custom.glade:1074
msgid "_Unlock"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1589
+#: pyanaconda/ui/gui/spokes/custom.glade:1169
msgid ""
"This device cannot be edited directly. You can remove it or select a "
"different device."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1677
+#: pyanaconda/ui/gui/spokes/custom.glade:1257
msgid ""
"This %s device is missing %d of %d %s. You can remove it or select a "
"different device."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1723
+#: pyanaconda/ui/gui/spokes/custom.glade:1303
msgid "Add a new mountpoint."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1724
+#: pyanaconda/ui/gui/spokes/custom.glade:1304
msgid "addButton"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1741
+#: pyanaconda/ui/gui/spokes/custom.glade:1321
msgid "Remove the selected mountpoint(s.)"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1742
+#: pyanaconda/ui/gui/spokes/custom.glade:1322
msgid "removeButton"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1759
+#: pyanaconda/ui/gui/spokes/custom.glade:1339
msgid "Configure selected mountpoint."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1760
+#: pyanaconda/ui/gui/spokes/custom.glade:1340
msgid "configureButton"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1775
+#: pyanaconda/ui/gui/spokes/custom.glade:1355
msgid "Click for help"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1823
+#: pyanaconda/ui/gui/spokes/custom.glade:1403
msgid "<span size=\"small\" foreground=\"white\">AVAILABLE SPACE</span>"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1875
+#: pyanaconda/ui/gui/spokes/custom.glade:1455
msgid "<span size=\"small\" foreground=\"white\">TOTAL SPACE</span>"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:1914
+#: pyanaconda/ui/gui/spokes/custom.glade:1494
msgid "_Finish Partitioning"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:2004
+#: pyanaconda/ui/gui/spokes/custom.glade:1584
msgid "_Save"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:2036
+#: pyanaconda/ui/gui/spokes/custom.glade:1616
msgid "CONFIGURE VOLUME GROUP"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:2051
+#: pyanaconda/ui/gui/spokes/custom.glade:1631
msgid ""
"Please create a name for your volume group and select at least one disk "
"below."
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:2137
-#: pyanaconda/ui/gui/spokes/custom.glade:2338
+#: pyanaconda/ui/gui/spokes/custom.glade:1717
+#: pyanaconda/ui/gui/spokes/custom.glade:1918
#: pyanaconda/ui/gui/spokes/lib/cart.glade:138
msgid "Capacity"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:2150
-#: pyanaconda/ui/gui/spokes/custom.glade:2351
+#: pyanaconda/ui/gui/spokes/custom.glade:1730
+#: pyanaconda/ui/gui/spokes/custom.glade:1931
#: pyanaconda/ui/gui/spokes/lib/cart.glade:151
msgid "Free"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:2163
-#: pyanaconda/ui/gui/spokes/custom.glade:2364
+#: pyanaconda/ui/gui/spokes/custom.glade:1743
+#: pyanaconda/ui/gui/spokes/custom.glade:1944
msgid "ID"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:2245
+#: pyanaconda/ui/gui/spokes/custom.glade:1825
msgid "_Select"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:2277
+#: pyanaconda/ui/gui/spokes/custom.glade:1857
msgid "CONFIGURE MOUNT POINT"
msgstr ""
-#: pyanaconda/ui/gui/spokes/custom.glade:2292
+#: pyanaconda/ui/gui/spokes/custom.glade:1872
msgid "Select one or more disks this device may reside on."
msgstr ""
@@ -3307,10 +3241,14 @@ msgstr ""
msgid "INSTALLATION SUMMARY"
msgstr ""
-#: pyanaconda/ui/gui/hubs/summary.glade:95
+#: pyanaconda/ui/gui/hubs/summary.glade:94
msgid "_Begin Installation"
msgstr ""
+#: pyanaconda/ui/gui/hubs/summary.glade:123
+msgid "We won't touch your disks until you hit this button."
+msgstr ""
+
#: pyanaconda/ui/gui/hubs/progress.glade:9
msgid "CONFIGURATION"
msgstr ""
@@ -3322,8 +3260,8 @@ msgstr ""
#: pyanaconda/ui/gui/hubs/progress.glade:128
msgid ""
"%s is now successfully installed on your system, but some configuration "
-"still needs to be done. \n"
-"Finish it and then click the Finish configuration button please."
+"still needs to be done. Finish it and then click the Finish configuration "
+"button please."
msgstr ""
#: pyanaconda/ui/gui/hubs/progress.glade:140
@@ -3332,8 +3270,8 @@ msgstr ""
#: pyanaconda/ui/gui/hubs/progress.glade:181
msgid ""
-"%s is now successfully installed on your system and ready\n"
-"for you to use! Go ahead and reboot to start using it!"
+"%s is now successfully installed on your system and ready for you to use! "
+"Go ahead and reboot to start using it!"
msgstr ""
#: pyanaconda/ui/gui/hubs/progress.glade:193