From: paspes <pa...@us...> - 2008-01-08 18:02:36
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/config/i18n In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15342/modules/scanner/config/i18n Modified Files: messages.properties Log Message: VFS Scanner Event monitor active Index: messages.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/scanner/config/i18n/messages.properties,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** messages.properties 3 Dec 2007 16:37:19 -0000 1.23 --- messages.properties 8 Jan 2008 17:01:57 -0000 1.24 *************** *** 74,78 **** scanner.FtpScannerInfo.option.localBackupFolder=Folder on local file system where scanned documents should be copied scanner.FtpScannerInfo.option.ftpFileType=Folder on local file system where scanned documents should be copied ! scanner.MailboxScanner.error.getFrom=Invalid value '{0}' for getFrom property! Only 'attachment' and 'body' values allowed! --- 74,78 ---- scanner.FtpScannerInfo.option.localBackupFolder=Folder on local file system where scanned documents should be copied scanner.FtpScannerInfo.option.ftpFileType=Folder on local file system where scanned documents should be copied ! scanner.FtpScannerInfo.option.maxDepth=Max number of subdirectories that can read scanner.MailboxScanner.error.getFrom=Invalid value '{0}' for getFrom property! Only 'attachment' and 'body' values allowed! *************** *** 114,117 **** --- 114,134 ---- scanner.SqlScanner.option.updateStatement=SQL Statement that is executed after selecting rows and creating documents. It is used for marking rows as processed so they don't need to be processed later. + #VfsScanner + scanner.VFSScanner.error.notDir=Configuration {0} has a value {1} which is not exists! + scanner.DirectoryScanner.error.filters=You cannot specify both includeFilter and excludeFilter! + scanner.DirectoryScanner.error.finishing=Error finishing message + scanner.DirectoryScanner.error.getting=Error getting message + scanner.VfsScannerInfo.description=The Virtual File System scanner is used for scanning various different file systems. It presents a uniform view of the files from various different sources, such as the files on local disk, on an HTTP server, or inside a Zip archive. It can be configured to scan subdirectories of given folder recursively and it can use filter for files that be scanned or for files that should not be scanned (ie exclusion and inclusion) parameters. This is very useful for integrating Babeldoc into larger systems. An example would be reading documents placed in a directory by another application running on the computer or another computer to a shared, networked filesystem. + scanner.VFSScannerInfo.option.inDirectory =Directory to be scanned + scanner.VFSScannerInfo.option.doneDirectory=Folder that is used for storing scanned files. Note that scanned files will be removed from inDirectory + scanner.VFSScannerInfo.option.includeSubdirs=Specifies if scanning should be recursive, and include subfolders. If yes, files will be copied to doneDirectory with path relative to inDirectory. + scanner.VFSScannerInfo.option.filter=Regular expression filter. Only files that do match will be included. If not specified all files will be included + scanner.VFSScannerInfo.option.minimumFileAge=Minimum age of file in ms (attempts to guard against incomplete reads) + scanner.VFSScannerInfo.option.minimumFileDate=Start date (Format YYYY/MM/DD o YYYY/MM/DD HH:MM) to process files. This option can scanning a directory and it can ignored old files. Default value is scanner creation time. + scanner.VFSScannerInfo.option.delete=Delete all process documents from indirectory after procesed + scanner.VFSScannerInfo.option.domain=Domain of username that is used for connecting to directory {0} + scanner.VFSScannerInfo.option.username=Username that is used for connecting to directory {0} + scanner.VFSScannerInfo.option.password=Password that is used for connecting to directory {0} + scanner.001=Started |