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

@@ -575,6 +575,13 @@ char *de_tr[] = {
"Ich akzeptiere diese Lizenz.",
/* TR_LICENSE_NOT_ACCEPTED */
"Die Lizenz wurde nicht akzeptiert. Abbruch!",
/* TR_EXT2FS_DESCR */
"Ext2 - Dateisystem ohne Journal (empfohlen für Flash)",
/* TR_EXT3FS_DESCR */
"Ext3 - Dateisystem mit Journal",
/* TR_EXT4FS_DESCR */
"Ext4 - Dateisystem mit Journal",
/* TR_REISERFS_DESCR */
"ReiserFS - Dateisystem mit Journal",
};