diff -Nru mb/affquota.php motion/affquota.php --- mb/affquota.php 2006-04-28 14:13:21.000000000 +0200 +++ motion/affquota.php 2010-08-24 02:19:12.000000000 +0200 @@ -1,4 +1,4 @@ -; i += 2) ToggleRowVisibility(i); - .9) echo 'alert("'.$space1.$datadisque.$low_space.' ")'; ?> diff -Nru mb/it motion/it --- mb/it 1970-01-01 01:00:00.000000000 +0100 +++ motion/it 2010-08-24 02:30:09.000000000 +0200 @@ -0,0 +1,34 @@ +Carlos Ladeira (c) 2006"; +$config_title="MotionBrowser 1.01"; +$config_mailto="mailto:caladeira@gmail.com"; +$config_mailname="caladeira@gmail.com"; +$camera_name="Camera"; +$see_camera="Guarda come webcam "; +$no_events="Non ci sono eventi nel giorno selezionato !"; +$vol1_quota="Volume "; +$vol2_quota=" pieno al "; +$space1="Spazio su disco nel volume "; +$low_space=" è molto basso..."; +$events="eventi"; +$today="oggi"; +$all="Tutto"; +$nothing="Niente"; +$bytes="B"; +$megabytes="Mb"; +$hours="h"; +?> diff -Nru mb/index.php mb/index.php --- mb/index.php 2006-04-28 14:13:21.000000000 +0200 +++ motion/index.php 2010-08-24 03:39:35.579002528 +0200 @@ -141,14 +141,14 @@ // if there are one or more events to delete ... if (todelete) { - if (confirm("")) { + if (confirm("")) { frm.todelete.value = todelete; return true; } else return false; } else { - alert(""); + alert(""); return false; } }