[Bashburn-info] Some language and user-interface things
Brought to you by:
bashburn
|
From: Markus K. <mar...@on...> - 2008-10-06 12:24:20
|
By testing/debugging german translation i found some things (which also
affect the other languages):
--> 1. Seems we can remove following variables from language files?:
bb_conf_menu_root="Root Directory"
bb_conf_def_2="(BBROOTDIR has *no* default - you have to change it!)"
bb_conf_ch_root="This options specifies the location of the BashBurn
scripts.
You should really have no reason to change this value,
only do so if you know what you're doing.
The current setting is: ${BBOPTIONCOLOR}${BBROOTDIR}${BBCOLOROFF}.
${bb_conf_cancel_quote}"
--> 2. The option
bb_conf_ch_dropts=\
"This option specifies the driver specific options used
when burning a disc. An examples is
${BBOPTIONCOLOR}burnfree${BBCOLOROFF} for
avoiding buffer underruns. You can specify several options by separating
them with a comma. This option is non-mandatory and can be skipped.
Current setting is: ${BBOPTIONCOLOR}${BBOPT_ONE}${BBCOLOROFF}, and below
is a list
of possible options. ${bb_conf_cancel_quote}"
says that below will occur a list with possible driver options, but
there is none? Has it to be hardcoded in lang-files or is there a
command we can get this options?
--> 3. in file "configure.sh":
---SNIP
config_default()
{
pretty_top
top_info_line
get_really_sure && return
configure_changes=( \
'BBISCONF|0' \
'BBCDWRITER|<Change me>' \
'BBCDROM|<Change me>' \
'BBCDMNT|<Change me>' \
'BBSPEED|-1' \
'BBBLANKING|fast' \
'BBNUMDEV|1' \
'BBBURNDIR|/tmp/burn' \
'BBFIFODIR|/tmp' \
'BBDESCRIPTION|Burnt with BashBurn' \
'BBAUTHOR|<Change me>' \
'BBLABEL|BashBurn CD/DVD' \
'BBNORMALIZE|no' \
'BBOPT|ONE: ' \
'BBDELTEMPBURN|no' \
'BBOVERBURN|no' \
'BBBITRATE|192' \
'BBLANG|English' \
'BBDTAO|-tao' \
'BBPADDING|-pad' \
)
conf_set_aval "${configure_changes[@]}"
config_revert
# bb_parse_config
}
----SNIP
maybe
"'BBOPT|ONE: ' \" should become "'BBOPT_ONE:| ' \"
or Steven?
Markus
|