Add ext4 support to installer.

This commit is contained in:
Arne Fitzenreiter
2010-11-01 16:34:41 +01:00
parent 30793ae111
commit c8d680dc8d
6 changed files with 50 additions and 10 deletions

View File

@@ -571,6 +571,13 @@ char *en_tr[] = {
"I accept this license.",
/* TR_LICENSE_NOT_ACCEPTED */
"License not accepted. Exit!",
/* TR_EXT2FS_DESCR */
"Ext2 - Filesystem without Journal (suggested for flashdrives)",
/* TR_EXT3FS_DESCR */
"Ext3 - Filesystem with Journal",
/* TR_EXT4FS_DESCR */
"Ext4 - Filesystem with Journal",
/* TR_REISERFS_DESCR */
"ReiserFS - Filesystem with Journal",
};