luvas2010 / rapyd-framework

Automatically exported from code.google.com/p/rapyd-framework
0 stars 0 forks source link

upload.php - english text #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In file "upload.php" is english text:

function exec_upload:
line 106:
$this->save_error = $this->label . ": Max Size is ".$this->max_size;
line 112:
$this->save_error = $this->label . ": Allowed Types are 
".implode(',',$this->allowed_types);
line 127:
$this->save_error = $this->label . ": Upload Error";

function auto_update:
line 149:
$this->save_error = sprintf("Il campo \"%s\" deve contentere un valore.", 
$this->label);

Original issue reported on code.google.com by pva...@volny.cz on 8 Nov 2011 at 12:15