Capitalize short filesystem names
authorDavid Zeuthen <davidz@redhat.com>
Mon, 14 Mar 2011 10:59:46 +0000 (06:59 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 14 Mar 2011 10:59:46 +0000 (06:59 -0400)
Signed-off-by: David Zeuthen <davidz@redhat.com>
udisks/udisksutil.c

index a2eb9e9..7a7fd39 100644 (file)
@@ -943,26 +943,26 @@ const static struct
   {"filesystem", "ntfs",              NULL,    N_("NTFS"),                              N_("NTFS")},
   {"filesystem", "hfs",               NULL,    N_("HFS"),                               N_("HFS")},
   {"filesystem", "hfsplus",           NULL,    N_("HFS+"),                              N_("HFS+")},
-  {"filesystem", "ext2",              "*",     N_("Ext2 (version %s)"),                 N_("ext2")},
-  {"filesystem", "ext2",              NULL,    N_("Ext2"),                              N_("ext2")},
-  {"filesystem", "ext3",              "*",     N_("Ext3 (version %s)"),                 N_("ext3")},
-  {"filesystem", "ext3",              NULL,    N_("Ext3"),                              N_("ext3")},
-  {"filesystem", "ext4",              "*",     N_("Ext4 (version %s)"),                 N_("ext4")},
-  {"filesystem", "ext4",              NULL,    N_("Ext4"),                              N_("ext4")},
-  {"filesystem", "jdb",               "*",     N_("Journal for Ext (version %s)"),      N_("jdb")},
-  {"filesystem", "jdb",               "*",     N_("Journal for Ext"),                   N_("jdb")},
+  {"filesystem", "ext2",              "*",     N_("Ext2 (version %s)"),                 N_("Ext2")},
+  {"filesystem", "ext2",              NULL,    N_("Ext2"),                              N_("Ext2")},
+  {"filesystem", "ext3",              "*",     N_("Ext3 (version %s)"),                 N_("Ext3")},
+  {"filesystem", "ext3",              NULL,    N_("Ext3"),                              N_("Ext3")},
+  {"filesystem", "ext4",              "*",     N_("Ext4 (version %s)"),                 N_("Ext4")},
+  {"filesystem", "ext4",              NULL,    N_("Ext4"),                              N_("Ext4")},
+  {"filesystem", "jdb",               "*",     N_("Journal for Ext (version %s)"),      N_("JDB")},
+  {"filesystem", "jdb",               "*",     N_("Journal for Ext"),                   N_("JDB")},
   {"filesystem", "xfs",               "*",     N_("XFS (version %s)"),                  N_("XFS")},
   {"filesystem", "xfs",               NULL,    N_("XFS"),                               N_("XFS")},
-  {"filesystem", "iso9660",           "*",     N_("ISO 9660 (version %s)"),             N_("iso9660")},
-  {"filesystem", "iso9660",           NULL,    N_("ISO 9660"),                          N_("iso9660")},
-  {"filesystem", "udf",               "*",     N_("UDF (version %s)"),                  N_("udf")},
-  {"filesystem", "udf",               NULL,    N_("UDF"),                               N_("udf")},
-  {"other",      "swap",              "*",     N_("Swap (version %s)"),                 N_("swap")},
-  {"other",      "swap",              NULL,    N_("Swap"),                              N_("swap")},
-  {"raid",       "LVM2_member",       "*",     N_("LVM2 Phyiscal Volume (version %s)"), N_("lvm2pv")},
-  {"raid",       "LVM2_member",       NULL,    N_("LVM2 Phyiscal Volume"),              N_("lvm2pv")},
-  {"raid",       "linux_raid_member", "*",     N_("RAID Component (version %s)"),       N_("raid")},
-  {"raid",       "linux_raid_member", NULL,    N_("RAID Component"),                    N_("raid")},
+  {"filesystem", "iso9660",           "*",     N_("ISO 9660 (version %s)"),             N_("ISO9660")},
+  {"filesystem", "iso9660",           NULL,    N_("ISO 9660"),                          N_("ISO9660")},
+  {"filesystem", "udf",               "*",     N_("UDF (version %s)"),                  N_("UDF")},
+  {"filesystem", "udf",               NULL,    N_("UDF"),                               N_("UDF")},
+  {"other",      "swap",              "*",     N_("Swap (version %s)"),                 N_("Swap")},
+  {"other",      "swap",              NULL,    N_("Swap"),                              N_("Swap")},
+  {"raid",       "LVM2_member",       "*",     N_("LVM2 Phyiscal Volume (version %s)"), N_("LVM2 PV")},
+  {"raid",       "LVM2_member",       NULL,    N_("LVM2 Phyiscal Volume"),              N_("LVM2 PV")},
+  {"raid",       "linux_raid_member", "*",     N_("Software RAID Component (version %s)"), N_("MD Raid")},
+  {"raid",       "linux_raid_member", NULL,    N_("Software RAID Component"),           N_("MD Raid")},
   {"crypto",     "crypto_LUKS",       "*",     N_("LUKS Encryption (version %s)"),      N_("LUKS")},
   {"crypto",     "crypto_LUKS",       NULL,    N_("LUKS Encryption"),                   N_("LUKS")},
   {NULL, NULL, NULL, NULL}