mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
installer: Rewrite partitioning.
The installer now uses parted for partitioning and support for EXT2 and EXT3 has been dropped.
This commit is contained in:
@@ -349,6 +349,16 @@ char *de_tr[] = {
|
||||
"Das Installationsprogramm wird nun eine RAID-Konfiguration auf den ausgewählten Festplatten anlegen:\n\n %s\n %s\n\nMöchten Sie fortfahren?",
|
||||
/* TR_DELETE_ALL_DATA */
|
||||
"Alle Daten löschen",
|
||||
/* TR_DISK_CONFIGURATION_NOT_SUPPORTED */
|
||||
"Ihre gewünschte Auswahl wird derzeit nicht unterstützt.",
|
||||
/* TR_CREATING_FILESYSTEMS */
|
||||
"Erstelle Dateisysteme...",
|
||||
/* TR_UNABLE_TO_CREATE_FILESYSTEMS */
|
||||
"Die Dateisysteme konnten nicht erstellt werden.",
|
||||
/* TR_MOUNTING_FILESYSTEMS */
|
||||
"Hänge Dateisysteme ein...",
|
||||
/* TR_UNABLE_TO_MOUNT_FILESYSTEMS */
|
||||
"Die Dateisysteme konnten nicht eingehangen werden.",
|
||||
/* TR_NO_IPCOP_TARBALL_FOUND */
|
||||
"Auf dem Webserver wurde kein ipcop-Tarball gefunden.",
|
||||
/* TR_NO_ORANGE_INTERFACE */
|
||||
@@ -591,14 +601,12 @@ 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",
|
||||
/* TR_EXT4FS */
|
||||
"EXT4 - Dateisystem",
|
||||
/* TR_EXT4FS_WO_JOURNAL */
|
||||
"EXT4 - Dateisystem ohne Journal",
|
||||
/* TR_REISERFS */
|
||||
"ReiserFS - Dateisystem",
|
||||
/* TR_NO_LOCAL_SOURCE */
|
||||
"Kein lokales Quellmedium gefunden. Starte Download.",
|
||||
/* TR_DOWNLOADING_ISO */
|
||||
|
||||
@@ -347,6 +347,14 @@ char *en_tr[] = {
|
||||
"Delete all data",
|
||||
/* TR_DISK_CONFIGURATION_NOT_SUPPORTED */
|
||||
"You disk configuration is currently not supported.",
|
||||
/* TR_CREATING_FILESYSTEMS */
|
||||
"Creating filesystems...",
|
||||
/* TR_UNABLE_TO_CREATE_FILESYSTEMS */
|
||||
"Unable to create filesystems.",
|
||||
/* TR_MOUNTING_FILESYSTEMS */
|
||||
"Mounting filesystems...",
|
||||
/* TR_UNABLE_TO_MOUNT_FILESYSTEMS */
|
||||
"Unable to mount filesystems.",
|
||||
/* TR_NO_IPCOP_TARBALL_FOUND */
|
||||
"No ipcop tarball found on Web Server.",
|
||||
/* TR_NO_ORANGE_INTERFACE */
|
||||
@@ -589,14 +597,12 @@ 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",
|
||||
/* TR_EXT4FS */
|
||||
"EXT4 - Filesystem",
|
||||
/* TR_EXT4FS_WO_JOURNAL */
|
||||
"EXT4 - Filesystem without journal",
|
||||
/* TR_REISERFS */
|
||||
"ReiserFS - Filesystem",
|
||||
/* TR_NO_LOCAL_SOURCE */
|
||||
"No local source media found. Starting download.",
|
||||
/* TR_DOWNLOADING_ISO */
|
||||
|
||||
@@ -341,6 +341,16 @@ char *es_tr[] = {
|
||||
"The installation program will now set up a RAID configuration on the selected harddisks:\n\n %s\n %s\n\nDo you agree to continue?",
|
||||
/* TR_DELETE_ALL_DATA */
|
||||
"Delete all data",
|
||||
/* TR_DISK_CONFIGURATION_NOT_SUPPORTED */
|
||||
"You disk configuration is currently not supported.",
|
||||
/* TR_CREATING_FILESYSTEMS */
|
||||
"Creating filesystems...",
|
||||
/* TR_UNABLE_TO_CREATE_FILESYSTEMS */
|
||||
"Unable to create filesystems.",
|
||||
/* TR_MOUNTING_FILESYSTEMS */
|
||||
"Mounting filesystems...",
|
||||
/* TR_UNABLE_TO_MOUNT_FILESYSTEMS */
|
||||
"Unable to mount filesystems.",
|
||||
/* TR_NO_IPCOP_TARBALL_FOUND */
|
||||
"No se encontró ningun archivo tarball de ipcop en el servidor web",
|
||||
/* TR_NO_ORANGE_INTERFACE */
|
||||
@@ -583,14 +593,12 @@ char *es_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",
|
||||
/* TR_EXT4FS */
|
||||
"EXT4 - Filesystem",
|
||||
/* TR_EXT4FS_WO_JOURNAL */
|
||||
"EXT4 - Filesystem without journal",
|
||||
/* TR_REISERFS */
|
||||
"ReiserFS - Filesystem",
|
||||
/* TR_NO_LOCAL_SOURCE */
|
||||
"No local source media found. Starting download.",
|
||||
/* TR_DOWNLOADING_ISO */
|
||||
|
||||
@@ -341,6 +341,16 @@ char *fr_tr[] = {
|
||||
"The installation program will now set up a RAID configuration on the selected harddisks:\n\n %s\n %s\n\nDo you agree to continue?",
|
||||
/* TR_DELETE_ALL_DATA */
|
||||
"Delete all data",
|
||||
/* TR_DISK_CONFIGURATION_NOT_SUPPORTED */
|
||||
"You disk configuration is currently not supported.",
|
||||
/* TR_CREATING_FILESYSTEMS */
|
||||
"Creating filesystems...",
|
||||
/* TR_UNABLE_TO_CREATE_FILESYSTEMS */
|
||||
"Unable to create filesystems.",
|
||||
/* TR_MOUNTING_FILESYSTEMS */
|
||||
"Mounting filesystems...",
|
||||
/* TR_UNABLE_TO_MOUNT_FILESYSTEMS */
|
||||
"Unable to mount filesystems.",
|
||||
/* TR_NO_IPCOP_TARBALL_FOUND */
|
||||
"Aucun tarball ipcop trouvé sur le serveur Web.",
|
||||
/* TR_NO_ORANGE_INTERFACE */
|
||||
@@ -583,14 +593,12 @@ char *fr_tr[] = {
|
||||
"J'accepte les termes de cette licence.",
|
||||
/* TR_LICENSE_NOT_ACCEPTED */
|
||||
"Je n'accepte pas les termes de cette licence, quitter le programme d'installation.",
|
||||
/* TR_EXT2FS_DESCR */
|
||||
"Ext2 - Système de fichiers sans journal (suggéré pour les cartes flash)",
|
||||
/* TR_EXT3FS_DESCR */
|
||||
"Ext3 - Système de fichiers avec journal",
|
||||
/* TR_EXT4FS_DESCR */
|
||||
"Ext4 - Système de fichiers avec journal",
|
||||
/* TR_REISERFS_DESCR */
|
||||
"ReiserFS - Système de fichiers avec journal",
|
||||
/* TR_EXT4FS */
|
||||
"EXT4 - Filesystem",
|
||||
/* TR_EXT4FS_WO_JOURNAL */
|
||||
"EXT4 - Filesystem without journal",
|
||||
/* TR_REISERFS */
|
||||
"ReiserFS - Filesystem",
|
||||
/* TR_NO_LOCAL_SOURCE */
|
||||
"Pas de source locale trouvée. Démarrage du téléchargement.",
|
||||
/* TR_DOWNLOADING_ISO */
|
||||
|
||||
@@ -345,6 +345,16 @@ char *nl_tr[] = {
|
||||
"The installation program will now set up a RAID configuration on the selected harddisks:\n\n %s\n %s\n\nDo you agree to continue?",
|
||||
/* TR_DELETE_ALL_DATA */
|
||||
"Delete all data",
|
||||
/* TR_DISK_CONFIGURATION_NOT_SUPPORTED */
|
||||
"You disk configuration is currently not supported.",
|
||||
/* TR_CREATING_FILESYSTEMS */
|
||||
"Creating filesystems...",
|
||||
/* TR_UNABLE_TO_CREATE_FILESYSTEMS */
|
||||
"Unable to create filesystems.",
|
||||
/* TR_MOUNTING_FILESYSTEMS */
|
||||
"Mounting filesystems...",
|
||||
/* TR_UNABLE_TO_MOUNT_FILESYSTEMS */
|
||||
"Unable to mount filesystems.",
|
||||
/* TR_NO_IPCOP_TARBALL_FOUND */
|
||||
"Er is geen ipcop tarball gevonden op de webserver.",
|
||||
/* TR_NO_ORANGE_INTERFACE */
|
||||
@@ -587,14 +597,12 @@ char *nl_tr[] = {
|
||||
"Ik accepteer deze licentie.",
|
||||
/* TR_LICENSE_NOT_ACCEPTED */
|
||||
"Licentie niet geaccepteerd. Stopt!",
|
||||
/* TR_EXT2FS_DESCR */
|
||||
"Ext2 - Bestandssysteem zonder journal (geschikt voor flashdrives)",
|
||||
/* TR_EXT3FS_DESCR */
|
||||
"Ext3 - Bestandssysteem met journal",
|
||||
/* TR_EXT4FS_DESCR */
|
||||
"Ext4 - Bestandssysteem met journal",
|
||||
/* TR_REISERFS_DESCR */
|
||||
"ReiserFS - Bestandssysteem met journal",
|
||||
/* TR_EXT4FS */
|
||||
"EXT4 - Filesystem",
|
||||
/* TR_EXT4FS_WO_JOURNAL */
|
||||
"EXT4 - Filesystem without journal",
|
||||
/* TR_REISERFS */
|
||||
"ReiserFS - Filesystem",
|
||||
/* TR_NO_LOCAL_SOURCE */
|
||||
"Geen lokale bronmedia gevonden. Start download.",
|
||||
/* TR_DOWNLOADING_ISO */
|
||||
|
||||
@@ -341,6 +341,16 @@ char *pl_tr[] = {
|
||||
"The installation program will now set up a RAID configuration on the selected harddisks:\n\n %s\n %s\n\nDo you agree to continue?",
|
||||
/* TR_DELETE_ALL_DATA */
|
||||
"Delete all data",
|
||||
/* TR_DISK_CONFIGURATION_NOT_SUPPORTED */
|
||||
"You disk configuration is currently not supported.",
|
||||
/* TR_CREATING_FILESYSTEMS */
|
||||
"Creating filesystems...",
|
||||
/* TR_UNABLE_TO_CREATE_FILESYSTEMS */
|
||||
"Unable to create filesystems.",
|
||||
/* TR_MOUNTING_FILESYSTEMS */
|
||||
"Mounting filesystems...",
|
||||
/* TR_UNABLE_TO_MOUNT_FILESYSTEMS */
|
||||
"Unable to mount filesystems.",
|
||||
/* TR_NO_IPCOP_TARBALL_FOUND */
|
||||
"Nie znaleziono archiwum tar ipcop na serwerze Web.",
|
||||
/* TR_NO_ORANGE_INTERFACE */
|
||||
@@ -583,14 +593,12 @@ char *pl_tr[] = {
|
||||
"Akceptuję licencję.",
|
||||
/* TR_LICENSE_NOT_ACCEPTED */
|
||||
"Nie zaakceptowano licencji.Wyjście!",
|
||||
/* TR_EXT2FS_DESCR */
|
||||
"Ext2 - System plików bez dziennika (zalecany dla napędów flash)",
|
||||
/* TR_EXT3FS_DESCR */
|
||||
"Ext3 - System plików z dziennikiem",
|
||||
/* TR_EXT4FS_DESCR */
|
||||
"Ext4 - System plików z dziennikiem",
|
||||
/* TR_REISERFS_DESCR */
|
||||
"ReiserFS - System plików z dziennikiem",
|
||||
/* TR_EXT4FS */
|
||||
"EXT4 - Filesystem",
|
||||
/* TR_EXT4FS_WO_JOURNAL */
|
||||
"EXT4 - Filesystem without journal",
|
||||
/* TR_REISERFS */
|
||||
"ReiserFS - Filesystem",
|
||||
/* TR_NO_LOCAL_SOURCE */
|
||||
"Brak lokalnego źródła. Rozpoczynanie pobierania.",
|
||||
/* TR_DOWNLOADING_ISO */
|
||||
|
||||
@@ -339,6 +339,16 @@ char *ru_tr[] = {
|
||||
"The installation program will now set up a RAID configuration on the selected harddisks:\n\n %s\n %s\n\nDo you agree to continue?",
|
||||
/* TR_DELETE_ALL_DATA */
|
||||
"Delete all data",
|
||||
/* TR_DISK_CONFIGURATION_NOT_SUPPORTED */
|
||||
"You disk configuration is currently not supported.",
|
||||
/* TR_CREATING_FILESYSTEMS */
|
||||
"Creating filesystems...",
|
||||
/* TR_UNABLE_TO_CREATE_FILESYSTEMS */
|
||||
"Unable to create filesystems.",
|
||||
/* TR_MOUNTING_FILESYSTEMS */
|
||||
"Mounting filesystems...",
|
||||
/* TR_UNABLE_TO_MOUNT_FILESYSTEMS */
|
||||
"Unable to mount filesystems.",
|
||||
/* TR_NO_IPCOP_TARBALL_FOUND */
|
||||
"На сервере не найден архив ipcop.",
|
||||
/* TR_NO_ORANGE_INTERFACE */
|
||||
@@ -581,14 +591,12 @@ char *ru_tr[] = {
|
||||
"Я принимаю эту лицензию.",
|
||||
/* TR_LICENSE_NOT_ACCEPTED */
|
||||
"Лицензия не принята. Выход!",
|
||||
/* TR_EXT2FS_DESCR */
|
||||
"Ext2 - Файловая система без журналирования (Рекомендуется для флеш-носителей)",
|
||||
/* TR_EXT3FS_DESCR */
|
||||
"Ext3 - Файловая система с журналированием",
|
||||
/* TR_EXT4FS_DESCR */
|
||||
"Ext4 - Файловая система с журналированием",
|
||||
/* TR_REISERFS_DESCR */
|
||||
"ReiserFS - Файловая система с журналированием",
|
||||
/* TR_EXT4FS */
|
||||
"EXT4 - Filesystem",
|
||||
/* TR_EXT4FS_WO_JOURNAL */
|
||||
"EXT4 - Filesystem without journal",
|
||||
/* TR_REISERFS */
|
||||
"ReiserFS - Filesystem",
|
||||
/* TR_NO_LOCAL_SOURCE */
|
||||
"Локальный источник не найден. Начинаю загрузку.",
|
||||
/* TR_DOWNLOADING_ISO */
|
||||
|
||||
@@ -345,6 +345,16 @@ char *tr_tr[] = {
|
||||
"The installation program will now set up a RAID configuration on the selected harddisks:\n\n %s\n %s\n\nDo you agree to continue?",
|
||||
/* TR_DELETE_ALL_DATA */
|
||||
"Delete all data",
|
||||
/* TR_DISK_CONFIGURATION_NOT_SUPPORTED */
|
||||
"You disk configuration is currently not supported.",
|
||||
/* TR_CREATING_FILESYSTEMS */
|
||||
"Creating filesystems...",
|
||||
/* TR_UNABLE_TO_CREATE_FILESYSTEMS */
|
||||
"Unable to create filesystems.",
|
||||
/* TR_MOUNTING_FILESYSTEMS */
|
||||
"Mounting filesystems...",
|
||||
/* TR_UNABLE_TO_MOUNT_FILESYSTEMS */
|
||||
"Unable to mount filesystems.",
|
||||
/* TR_NO_IPCOP_TARBALL_FOUND */
|
||||
"Web sunucuda hiçbir ipfire arşivi bulunamadı.",
|
||||
/* TR_NO_ORANGE_INTERFACE */
|
||||
@@ -587,14 +597,12 @@ char *tr_tr[] = {
|
||||
"Bu lisansı kabul ediyorum.",
|
||||
/* TR_LICENSE_NOT_ACCEPTED */
|
||||
"Lisans kabul edilmedi. Çık!",
|
||||
/* TR_EXT2FS_DESCR */
|
||||
"Ext2 - Günlük olmadan dosya sistemi (flash sürücüler için önerilen)",
|
||||
/* TR_EXT3FS_DESCR */
|
||||
"Ext3 - Günlük ile dosya sistemi",
|
||||
/* TR_EXT4FS_DESCR */
|
||||
"Ext4 - Günlük ile dosya sistemi",
|
||||
/* TR_REISERFS_DESCR */
|
||||
"ReiserFS - Günlük ile dosya sistemi",
|
||||
/* TR_EXT4FS */
|
||||
"EXT4 - Filesystem",
|
||||
/* TR_EXT4FS_WO_JOURNAL */
|
||||
"EXT4 - Filesystem without journal",
|
||||
/* TR_REISERFS */
|
||||
"ReiserFS - Filesystem",
|
||||
/* TR_NO_LOCAL_SOURCE */
|
||||
"Yerel kaynak medya bulunamadı. İndirme başlatılıyor.",
|
||||
/* TR_DOWNLOADING_ISO */
|
||||
|
||||
Reference in New Issue
Block a user