get rid of propicon

This commit is contained in:
Marc Delisle
2007-02-10 15:58:46 +00:00
parent f0ba262783
commit 42ac66ad74
163 changed files with 9459 additions and 3448 deletions

View File

@@ -1051,4 +1051,14 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strSnapToGrid = 'Snap to grid'; //to translate
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
$strViewName = 'VIEW name'; //to translate
?>