0.8.0.2
This commit is contained in:
@@ -19,6 +19,10 @@ function makeWindowString($p, $strings) {
|
||||
bdest.default = ".$p['bdest']."
|
||||
bdest.width = 380
|
||||
|
||||
reuse.type = checkbox
|
||||
reuse.label = Add to existing catalogs
|
||||
reuse.default = ".$p['reuse']."
|
||||
|
||||
postflight.type = popup
|
||||
postflight.label = When finished
|
||||
postflight.option = ".$strings[0][0]."
|
||||
@@ -91,7 +95,6 @@ function makeWindowString($p, $strings) {
|
||||
thumb_mode.label = Mode
|
||||
thumb_mode.option = ".$strings[3][0]."
|
||||
thumb_mode.option = ".$strings[3][1]."
|
||||
thumb_mode.option = ".$strings[3][2]."
|
||||
thumb_mode.default = ".$strings[3][$p['thumb_mode']]."
|
||||
thumb_mode.width = 120
|
||||
thumb_mode.x = 150
|
||||
@@ -210,7 +213,7 @@ if(!$p['bdest']) {
|
||||
$strings[] = array("Do nothing","Reveal result in Finder","Upload result with rsync","Open via localhost URL");
|
||||
$strings[] = array("Skip","Collect","Collect & verify","Collect & repair atimes");
|
||||
$strings[] = array("Skip","Generate","Rebuild");
|
||||
$strings[] = array("All files","Most files","Some files");
|
||||
$strings[] = array("Most files","Some files");
|
||||
$strings[] = array("All files","Most files","Some files");
|
||||
|
||||
// Launch Pashua and parse results
|
||||
|
||||
Reference in New Issue
Block a user