[Phpmyadmin-devel] its me agein - with lang update ... THANK YOU

$GLOBALS['strUploadErrorIniSize'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; $GLOBALS['strUploadErrorFormSize'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; $GLOBALS['strUploadErrorPartial'] = 'The uploaded file was only partially uploaded.'; $GLOBALS['strUploadErrorNoTempDir'] = 'Missing a temporary folder.'; $GLOBALS['strUploadErrorCantWrite'] = 'Failed to write file to disk.'; $GLOBALS['strUploadErrorExtension'] = 'File upload stopped by extension.'; $GLOBALS['strUploadErrorUnknown'] = 'Unknown error in file upload.'; -- Sebastian Mendel www.sebastianmendel.de

Sebastian Mendel a écrit :
$GLOBALS['strUploadErrorIniSize'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; $GLOBALS['strUploadErrorFormSize'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; $GLOBALS['strUploadErrorPartial'] = 'The uploaded file was only partially uploaded.'; $GLOBALS['strUploadErrorNoTempDir'] = 'Missing a temporary folder.'; $GLOBALS['strUploadErrorCantWrite'] = 'Failed to write file to disk.'; $GLOBALS['strUploadErrorExtension'] = 'File upload stopped by extension.'; $GLOBALS['strUploadErrorUnknown'] = 'Unknown error in file upload.';
Sebastian, this is for 2.11 only, I guess? Marc

Marc Delisle schrieb:
Sebastian Mendel a écrit :
$GLOBALS['strUploadErrorIniSize'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; $GLOBALS['strUploadErrorFormSize'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; $GLOBALS['strUploadErrorPartial'] = 'The uploaded file was only partially uploaded.'; $GLOBALS['strUploadErrorNoTempDir'] = 'Missing a temporary folder.'; $GLOBALS['strUploadErrorCantWrite'] = 'Failed to write file to disk.'; $GLOBALS['strUploadErrorExtension'] = 'File upload stopped by extension.'; $GLOBALS['strUploadErrorUnknown'] = 'Unknown error in file upload.';
Sebastian, this is for 2.11 only, I guess?
oh, yes for HEAD, forgot to mention -- Sebastian Mendel www.sebastianmendel.de

Sebastian Mendel a écrit :
Marc Delisle schrieb:
Sebastian Mendel a écrit :
$GLOBALS['strUploadErrorIniSize'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; $GLOBALS['strUploadErrorFormSize'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; $GLOBALS['strUploadErrorPartial'] = 'The uploaded file was only partially uploaded.'; $GLOBALS['strUploadErrorNoTempDir'] = 'Missing a temporary folder.'; $GLOBALS['strUploadErrorCantWrite'] = 'Failed to write file to disk.'; $GLOBALS['strUploadErrorExtension'] = 'File upload stopped by extension.'; $GLOBALS['strUploadErrorUnknown'] = 'Unknown error in file upload.'; Sebastian, this is for 2.11 only, I guess?
oh, yes for HEAD, forgot to mention
Merged in trunk. Marc

Marc Delisle schrieb:
Merged in trunk.
thanks - one more please: $strSessionStartupErrorGenerall = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.' -- Sebastian Mendel www.sebastianmendel.de

Sebastian Mendel schrieb:
Marc Delisle schrieb:
Merged in trunk.
thanks - one more please:
$strSessionStartupErrorGenerall = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'
$strSessionStartupErrorGeneral -- Sebastian Mendel www.sebastianmendel.de
participants (2)
-
Marc Delisle
-
Sebastian Mendel