mirror of
				https://github.com/pbatard/rufus.git
				synced 2024-08-14 23:57:05 +00:00 
			
		
		
		
	[core] detect, report and warn when multiple partitions are in use
* Closes #191 * Also fix various minor warnings
This commit is contained in:
		
							parent
							
								
									299506056a
								
							
						
					
					
						commit
						3ae7ec4af5
					
				
					 10 changed files with 129 additions and 82 deletions
				
			
		|  | @ -7,9 +7,12 @@ Remember to also update the version number for your translation ('v x.y.z') | |||
| once you have matched all the changes that occurred for the en-US translation. | ||||
| 
 | ||||
| o Version 1.0.8 (2014.01.21) | ||||
|   - MSG_234: 'v%d' is replaced with '%s' (change already applied to existing translations) | ||||
|   - Changed MSG_047 "%s (%c:)" -> "Multiple Volumes" (non-updated ones have been commented out) | ||||
|   - *NEW* MSG_093 "IMPORTANT: THIS DRIVE CONTAINS MULTIPLE PARTITIONS OR VOLUMES!!" | ||||
|   - *NEW* MSG_094 "Multiple partitions detected" | ||||
|   - *NEW* MSG_114 "This image uses Syslinux %s but this application only includes Syslinux %s | ||||
|   - *NEW* MSG_115 "Download required" | ||||
|   - Changed MSG_234: 'v%d' is replaced with '%s' (change already applied to existing translations) | ||||
| 
 | ||||
| o Version 1.0.7 (2014.01.01) | ||||
|   - Added MSG_092 again | ||||
|  |  | |||
|  | @ -53,7 +53,7 @@ | |||
| # http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-LCID%5D.pdf | ||||
| # for the LCID (0x####) codes you should use | ||||
| l "en-US" "English (English)" 0x0409, 0x0809, 0x0c09, 0x1009, 0x1409, 0x1809, 0x1c09, 0x2009, 0x2409, 0x2809, 0x2c09, 0x3009, 0x3409, 0x3809, 0x3c09, 0x4009, 0x4409, 0x4809 | ||||
| v 1.0.7 | ||||
| v 1.0.8 | ||||
| 
 | ||||
| # Main dialog | ||||
| g IDD_DIALOG | ||||
|  | @ -187,7 +187,8 @@ t MSG_043 "Error: %s" | |||
| t MSG_044 "File download" | ||||
| t MSG_045 "USB Storage Device (Generic)" | ||||
| t MSG_046 "%s (Disk %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # Used when a drive is detected that contains more than one partition | ||||
| t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - Flushing buffers" | ||||
| t MSG_049 "Rufus - Cancellation" | ||||
| 
 | ||||
|  | @ -253,6 +254,10 @@ t MSG_090 "Unsupported ISO" | |||
| t MSG_091 "When using UEFI Target Type, only EFI bootable ISO images are supported. " | ||||
| 	"Please select an EFI bootable ISO or set the Target Type to BIOS." | ||||
| t MSG_092 "Unsupported filesystem" | ||||
| t MSG_093 "IMPORTANT: THIS DRIVE CONTAINS MULTIPLE PARTITIONS!!\n\n" | ||||
| 	"This may include partitions/volumes that aren't listed or even visible from Windows. " | ||||
| 	"Should you wish to proceed, you are responsible for any data loss on these partitions." | ||||
| t MSG_094 "Multiple partitions detected" | ||||
| t MSG_096 "Only FAT/FAT32 is supported for this type of ISO. Please select FAT/FAT32 as the File system." | ||||
| t MSG_097 "Only 'bootmgr' or 'WinPE' based ISO images can currently be used with NTFS." | ||||
| t MSG_098 "FAT/FAT32 can only be used for isolinux based ISO images or when the Target Type is UEFI." | ||||
|  | @ -559,7 +564,7 @@ t MSG_043 "错误:%s" | |||
| t MSG_044 "文件下载" | ||||
| t MSG_045 "通用 USB 存储设备" | ||||
| t MSG_046 "%s (磁盘 %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - 刷新缓冲区" | ||||
| t MSG_049 "Rufus - 取消" | ||||
| 
 | ||||
|  | @ -907,7 +912,7 @@ t MSG_043 "錯誤: %s" | |||
| t MSG_044 "檔案下載" | ||||
| t MSG_045 "USB 裝置" | ||||
| t MSG_046 "%s (磁碟 %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - 排清緩衝區" | ||||
| t MSG_049 "Rufus - 取消" | ||||
| 
 | ||||
|  | @ -1279,7 +1284,7 @@ t MSG_043 "Fout: %s" | |||
| t MSG_044 "Bestand download" | ||||
| t MSG_045 "USB Opslag Apparaat (Algemeen)" | ||||
| t MSG_046 "%s (Disk %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - Buffers aan het legen" | ||||
| t MSG_049 "Rufus - Annulering" | ||||
| 
 | ||||
|  | @ -1497,7 +1502,7 @@ t MSG_259 "Forceer update" | |||
| 
 | ||||
| ################################################################################ | ||||
| l "fr-FR" "French (Français)" 0x040c, 0x080c, 0x0c0c, 0x100c, 0x140c, 0x180c, 0x1c0c, 0x200c, 0x240c, 0x280c, 0x2c0c, 0x300c, 0x340c, 0x380c, 0xe40c | ||||
| v 1.0.7 | ||||
| v 1.0.8 | ||||
| b "en-US" | ||||
| 
 | ||||
| g IDD_DIALOG | ||||
|  | @ -1630,7 +1635,7 @@ t MSG_043 "Erreur: %s" | |||
| t MSG_044 "Téléchargement de fichier" | ||||
| t MSG_045 "Pérpih. de stockage USB (Générique)" | ||||
| t MSG_046 "%s (Disque %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| t MSG_047 "Plusieurs partitions" | ||||
| t MSG_048 "Rufus - Flush de la mémoire tampon" | ||||
| t MSG_049 "Rufus - Annulation" | ||||
| 
 | ||||
|  | @ -1694,6 +1699,10 @@ t MSG_090 "Image ISO on supportée" | |||
| t MSG_091 "Quand UEFI est séelectionné, seules les images ISO basées sur EFI sont supportées. " | ||||
| 	"Veuillez sélectionner une image ISO démarrable avec EFI ou sélectionner BIOS pour le système de destination." | ||||
| t MSG_092 "Système de fichiers non supporté" | ||||
| t MSG_093 "IMPORTANT: CE PÉRIPHÉRIQUE CONTIENT PLUSIEURS PARTITIONS !!\n\n" | ||||
| 	"Ceci peut inclure des partitions/volumes qui ne sont pas listées ou bien visibles depuis Windows. Si vous décidez " | ||||
| 	"de continuer, vous êtes responsable de toute perte de données intervenant sur ces partitions." | ||||
| t MSG_094 "Partitions multiples détectées" | ||||
| t MSG_096 "Seul FAT/FAT32 est supporté avec ce type d'image ISO. Veuillez sélectionner FAT/FAT32 pour le système de fichiers." | ||||
| t MSG_097 "Seules les images ISO utilisant 'bootmgr' ou 'WinPE' peuvent être utilisées avec NTFS." | ||||
| t MSG_098 "FAT/FAT32 peut seulement être utilisé pour les images ISO utilisant 'isolinux' ou lorsque que le système de destination est UEFI." | ||||
|  | @ -2003,7 +2012,7 @@ t MSG_043 "Fehler: %s" | |||
| t MSG_044 "Dateidownload" | ||||
| t MSG_045 "USB Massenspeichergerät (Allgemein)" | ||||
| t MSG_046 "%s (Disk %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - Leere Puffer" | ||||
| t MSG_049 "Rufus - Abbrechen" | ||||
| 
 | ||||
|  | @ -2405,7 +2414,7 @@ t MSG_043 "Σφάλμα: %s" | |||
| t MSG_044 "Λήψη αρχείου" | ||||
| t MSG_045 "Συσκευή αποθήκευσης USB(Generic)" | ||||
| t MSG_046 "%s (Δίσκος %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - Flushing προσωρινής μνήμης" | ||||
| t MSG_049 "Rufus - Ακύρωση" | ||||
| 
 | ||||
|  | @ -2758,7 +2767,7 @@ t MSG_043 "Hiba: %s" | |||
| t MSG_044 "Fájl letöltése" | ||||
| t MSG_045 "USB Tároló eszköz" | ||||
| t MSG_046 "%s (Lemez: %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - Bufferelés" | ||||
| t MSG_049 "Rufus - Megszakítás" | ||||
| 
 | ||||
|  | @ -3154,7 +3163,7 @@ t MSG_043 "Kesalahan: %s" | |||
| t MSG_044 "File download" | ||||
| t MSG_045 "Perangkat Penyimpanan USB(Generic)" | ||||
| t MSG_046 "%s (Disk %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - Flushing buffers" | ||||
| t MSG_049 "Rufus - Pembatalan" | ||||
| 
 | ||||
|  | @ -3531,7 +3540,7 @@ t MSG_043 "Errore: %s" | |||
| t MSG_044 "Download file" | ||||
| t MSG_045 "Unità memorizzazione USB (generica)" | ||||
| t MSG_046 "%s (disco %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - Svuotamento buffer" | ||||
| t MSG_049 "Rufus - Cancellazione" | ||||
| 
 | ||||
|  | @ -3887,7 +3896,7 @@ t MSG_043 "오류: %s" | |||
| t MSG_044 "다운로드 파일" | ||||
| t MSG_045 "USB 저장 장치 (일반)" | ||||
| t MSG_046 "%s (디스크 %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - 버퍼 비움" | ||||
| t MSG_049 "Rufus - 해제" | ||||
| 
 | ||||
|  | @ -4285,7 +4294,7 @@ t MSG_043 "Klaida: %s" | |||
| t MSG_044 "Failo atsisiuntimas" | ||||
| t MSG_045 "USB saugyklos įrenginys (bendrinis)" | ||||
| t MSG_046 "%s (diskas %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - išvalomi buferiai" | ||||
| t MSG_049 "Rufus - atšaukimas" | ||||
| 
 | ||||
|  | @ -4687,7 +4696,7 @@ t MSG_043 "Error: %s" | |||
| t MSG_044 "Muat turun fail" | ||||
| t MSG_045 "Peranti storan USB (Generik)" | ||||
| t MSG_046 "%s (Disk %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - Mengeflush buffer" | ||||
| t MSG_049 "Rufus - Dibatalkan" | ||||
| 
 | ||||
|  | @ -5087,7 +5096,7 @@ t MSG_043 "Błąd: %s" | |||
| t MSG_044 "Pobieranie pliku" | ||||
| t MSG_045 "Urządzenie pamięci masowej USB (Ogólny)" | ||||
| t MSG_046 "%s (Dysk %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - Czyszczenie buforów" | ||||
| t MSG_049 "Rufus - Anulowanie" | ||||
| 
 | ||||
|  | @ -5490,7 +5499,7 @@ t MSG_043 "Erro: %s" | |||
| t MSG_044 "Download do arquivo" | ||||
| t MSG_045 "Dispositivo de armazenamento USB (Genérico)" | ||||
| t MSG_046 "%s (Disco %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - Limpando os buffers" | ||||
| t MSG_049 "Rufus - Cancelamento" | ||||
| 
 | ||||
|  | @ -5875,7 +5884,7 @@ t MSG_043 "Eroare: %s" | |||
| t MSG_044 "Descărcare fişier" | ||||
| t MSG_045 "Unitate de stocare USB (generic)" | ||||
| t MSG_046 "%s (disc %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - Ştergere bufer" | ||||
| t MSG_049 "Rufus - Anulare" | ||||
| 
 | ||||
|  | @ -6257,7 +6266,7 @@ t MSG_043 "Ошибка: %s" | |||
| t MSG_044 "Загрузка файла" | ||||
| t MSG_045 "USB-устройство хранения данных" | ||||
| t MSG_046 "%s (Диск %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Буфер" | ||||
| t MSG_049 "Отмена" | ||||
| 
 | ||||
|  | @ -6625,7 +6634,7 @@ t MSG_043 "Napaka: %s" | |||
| t MSG_044 "Prenos datoteke" | ||||
| t MSG_045 "USB podatkovni nosilec (generičen)" | ||||
| t MSG_046 "%s (disk %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - izpiranje medpomnilnika" | ||||
| t MSG_049 "Rufus - preklic" | ||||
| 
 | ||||
|  | @ -7021,7 +7030,7 @@ t MSG_043 "Error: %s" | |||
| t MSG_044 "Descarga de archivo" | ||||
| t MSG_045 "Dispositivo de almacenamiento USB (Genérico)" | ||||
| t MSG_046 "%s (Disco %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - Purgando los búfers" | ||||
| t MSG_049 "Rufus - Cancelación" | ||||
| 
 | ||||
|  | @ -7422,7 +7431,7 @@ t MSG_043 "Hata: %s" | |||
| t MSG_044 "Dosya indirme" | ||||
| t MSG_045 "USB Depolama Aygıtı (Genel)" | ||||
| t MSG_046 "%s (Disk %d)" | ||||
| t MSG_047 "%s (%c:)" | ||||
| # t MSG_047 "Multiple Partitions" | ||||
| t MSG_048 "Rufus - Tamponlanıyor" | ||||
| t MSG_049 "Rufus - Vazgeçme" | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue