mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[misc] pocketful of enhancement and fixes - part 4
* Fix disappearance of "Start" button when selecting an ISO with no target (reported by Sopor) * Add commented sample ini file * Add AC_PROG_AR macro in configure.ac * Update ChangeLog for BETA
This commit is contained in:
parent
0e1625975c
commit
cf7e52e051
17 changed files with 163 additions and 16 deletions
|
@ -113,6 +113,7 @@ AMTAR = @AMTAR@
|
|||
AM_CFLAGS = @AM_CFLAGS@
|
||||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
||||
AM_LDFLAGS = @AM_LDFLAGS@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
|
|
|
@ -913,6 +913,7 @@ s IDS_ADVANCED_OPTIONS_GRP +15,0
|
|||
m IDC_NBPASSES +15,0
|
||||
m IDC_BOOTTYPE +15,0
|
||||
m IDC_SELECT_ISO +15,0
|
||||
s IDC_INFO +15,0
|
||||
s IDC_LOG +38,0
|
||||
s IDC_RUFUS_MBR +15,0
|
||||
m IDC_DISK_ID +15,0
|
||||
|
@ -3269,6 +3270,7 @@ t IDC_BOOT "Creëer een opstartbare disk met"
|
|||
s IDC_BOOT 19,0
|
||||
m IDC_BOOTTYPE 20,0
|
||||
m IDC_SELECT_ISO 20,0
|
||||
s IDC_INFO 20,0
|
||||
t IDC_SET_ICON "Creëer uitgebreide label en icoon bestand"
|
||||
t IDC_ABOUT "Over..."
|
||||
t IDC_LOG "Log"
|
||||
|
@ -4446,6 +4448,7 @@ m IDC_NBPASSES +30,0
|
|||
s IDC_BOOT +32,0
|
||||
m IDC_BOOTTYPE +30,0
|
||||
m IDC_SELECT_ISO +30,0
|
||||
s IDC_INFO +30,0
|
||||
m IDC_DISK_ID +30,0
|
||||
m IDC_LANG +28,0
|
||||
m IDC_START +28,0
|
||||
|
@ -4844,6 +4847,7 @@ s IDC_BOOT +148,0
|
|||
m IDC_BOOTTYPE +149,0
|
||||
s IDC_BOOTTYPE +4,0
|
||||
m IDC_SELECT_ISO +156,0
|
||||
s IDC_INFO +156,0
|
||||
t IDC_SET_ICON "Δημιουργία εκτεταμένης ετικέτας και εικονιδίων"
|
||||
t IDC_ABOUT "Σχετικά..."
|
||||
t IDC_LOG "Αρχείο καταγραφής"
|
||||
|
@ -5617,6 +5621,7 @@ m IDC_NBPASSES +66,0
|
|||
s IDC_NBPASSES -4,0
|
||||
m IDC_START +62,0
|
||||
m IDC_SELECT_ISO +62,0
|
||||
s IDC_INFO +62,0
|
||||
m IDCANCEL +62,0
|
||||
|
||||
t IDS_DEVICE_TXT "Perangkat"
|
||||
|
@ -6404,6 +6409,7 @@ s IDC_NBPASSES +30,0
|
|||
m IDC_BOOTTYPE +30,0
|
||||
s IDC_BOOTTYPE +30,0
|
||||
m IDC_SELECT_ISO +60,0
|
||||
s IDC_INFO +60,0
|
||||
s IDC_RUFUS_MBR +30,0
|
||||
m IDC_DISK_ID +30,0
|
||||
s IDC_DISK_ID +30,0
|
||||
|
@ -8047,6 +8053,7 @@ t IDC_BADBLOCKS "Semak peranti untuk blok rosak"
|
|||
m IDC_NBPASSES +30,0
|
||||
t IDC_QUICKFORMAT "Format pantas"
|
||||
m IDC_SELECT_ISO +30,0
|
||||
s IDC_INFO +30,0
|
||||
m IDC_BOOTTYPE +30,0
|
||||
s IDC_BOOT +32,0
|
||||
t IDC_BOOT "Cipta disk boleh-but menggunakan"
|
||||
|
@ -11495,6 +11502,7 @@ s IDC_NBPASSES -25,0
|
|||
s IDC_DISK_ID -25,0
|
||||
m IDC_DISK_ID +30,0
|
||||
m IDC_SELECT_ISO +5,0
|
||||
s IDC_INFO +5,0
|
||||
m IDC_BOOTTYPE +5,0
|
||||
|
||||
# About dialog
|
||||
|
@ -12758,6 +12766,7 @@ s IDC_PROGRESS +20,0
|
|||
m IDC_NBPASSES +20,0
|
||||
m IDC_BOOTTYPE +20,0
|
||||
m IDC_SELECT_ISO +20,0
|
||||
s IDC_INFO +20,0
|
||||
s IDC_BADBLOCKS +20,0
|
||||
m IDC_DISK_ID +20,0
|
||||
|
||||
|
|
17
res/rufus.ini
Normal file
17
res/rufus.ini
Normal file
|
@ -0,0 +1,17 @@
|
|||
; The following is a sample INI file, as used by Rufus
|
||||
; Whenever Rufus detects a 'rufus.ini' in the directory you launched it from
|
||||
; (even an EMPTY ONE), it starts in portable mode, and store all its settings
|
||||
; there, instead of the Registry.
|
||||
; In most cases, you should never have to modify an INI file manually. But if
|
||||
; needed, the format of the 'rufus.ini' is documented hereafter:
|
||||
|
||||
; The translation used by the Rufus to display its UI (RFC 1766)
|
||||
Locale = en-US
|
||||
; Internal, to confirm R/W access to these settings
|
||||
CommCheck = 20089578
|
||||
; Timestamp of the last update check
|
||||
LastUpdateCheck = 13068056756
|
||||
; Amount of time before Rufus checks for another update (in seconds)
|
||||
UpdateCheckInterval = 86400
|
||||
; Use this to increases the log verbosity, for the update checks
|
||||
VerboseUpdateCheck = 0
|
Loading…
Add table
Add a link
Reference in a new issue