From: Santi B. <san...@us...> - 2008-01-14 23:40:32
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/config/i18n In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8326/modules/scanner/config/i18n Modified Files: messages.properties Added Files: messages_ca.properties Log Message: Revision on SqlScanner for multi-document processing, each row in a separate document. Added internationalization for catalan(ca). Index: messages.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/scanner/config/i18n/messages.properties,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** messages.properties 8 Jan 2008 17:01:57 -0000 1.24 --- messages.properties 14 Jan 2008 23:40:34 -0000 1.25 *************** *** 112,116 **** --- 112,118 ---- scanner.nullScanner.desc=Null Scanner feeds null documents everytime the scanner runs. This is useful for scheduling. + #SqlScanner 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. + scanner.SqlScanner.option.multiDocument=Process each row in a separate document. Every document correspond to the selected type in the DOCUMENT_TYPE attribute. #VfsScanner --- NEW FILE: messages_ca.properties --- # com.babeldoc.scanner.Scanner scanner.Scanner.error.starting=Error starting scanner: {0} scanner.Scanner.error.noThreads=No scanner threads provided scanner.Scanner.error.alreadyStopped=Tried to stop an already stopped scanner scanner.Scanner.error.alreadyStarted=Tried to start an already started scanner scanner.Scanner.error.rmi=Error starting RMI server for scanner.REMEMBER THAT "java.net.MalformedURLException" There are spaces in the directory names. Ex Temp. {0} scanner.Scanner.toolDescription=Commandline tool to control remote scanners scanner.Scanner.info.stopping=Stopping thread: {0} scanner.Scanner.info.starting=Starting thread: {0}... scanner.Scanner.info.scanning=Thread {0} scanning scanner.Scanner.info.notScanning=Thread {0} not scanning scanner.Scanner.info.postStart=ScannerThread {0} scanning scanner.Scanner.option.rmi=Start scanner with RMI server for remote control scanner.Scanner.option.port=<port-number> Port number for the RMI server. Default is 1099 scanner.Scanner.option.terminate=Babeldoc stops when all scanners finished scanner.Scanner.option.scanner=Configuration to be used for scanner. Default is scanner/config #ScannerConfig scanner.ScannerConfig.error.threadNotStarted=Thread could not be started. The following error occured: scanner.ScannerConfig.info.sleeping=Scanner thread {0} sleeping {1} miliseconds scanner.ScannerConfig.info.wakingUp=ScannerThread waking up scanner.ScannerConfig.info.messagesFound=Scanner {0} found {1} messages scanner.ScannerConfig.info.messagesProcessing=Processing {0} of total {1} messages scanner.ScannerConfig.info.allocateTicket=Allocate ticket {0} for message {1} scanner.ScannerConfig.info.contentType=Message has {0} content type #ScannerThread scanner.ScannerThread.error.processing=Error processing document scanner.ScannerThread.error.gettingMessage=Error getting scan message scanner.ScannerThread.error.config=ScannerThread initialization error! Stopping scanning. Following exception occured:\n {0} scanner.ScannerThread.error.general=An error occured. Please report this error on Babeldoc site on SourceForge scanner.ScannerThread.error.period=ScannerThread must have either a period or a cronSchedule option set scanner.ScannerThread.info.stopping=Scanning stopped. Trying to free up resources scanner.ScannerThread.info.scanningResumed=Scanning resumed scanner.ScannerThread.info.scanningPaused=Scanning paused scanner.ScannerThread.info.showConfig=ScannerThread initialized using config {0} #ScannerWorker scanner.ScannerWorker.error.message=Error during scaning scanner.ScannerWorker.debug.addingFilter=Adding filter '{1}': '{0}' scanner.ScannerWorker.warn.noFilter=No filter called '{0}' found! scanner.ScannerWorker.debug.match=Matching '{1}': {0} #DirectoryScanner scanner.DirectoryScanner.error.notDir=Configuration {0} has a value {1} which is not an accessible directory! 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.DirectoryScannerInfo.description=The directory scanner is used for scanning directories on local file system. 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.DirectoryScannerInfo.option.inDirectory=Directory to be scanned scanner.DirectoryScannerInfo.option.doneDirectory=Folder that is used for storing scanned files. Note that scanned files will be removed from inDirectory scanner.DirectoryScannerInfo.option.bufferLen=Length of the buffer when performing I/O operations scanner.DirectoryScannerInfo.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.DirectoryScannerInfo.option.excludeFilter=File extension of the files that should be not be included scanner.DirectoryScannerInfo.option.includeFilter=File extension of the files that should be included. Files that do not match, will be excluded scanner.DirectoryScannerInfo.option.filter=Regular expression filter. Only files that do match will be included. If not specified all files will be included scanner.DirectoryScannerInfo.option.minimumFileAge=Minimum age of file in ms (attempts to guard against incomplete reads) #FtpScanner scanner.FtpScanner.error.init=Error during scanner initialization scanner.FtpScanner.error.notReachable=ftpFolder not reachable! scanner.FtpScanner.error.login=Could not login to remote server scanner.FtpScanner.error.host=Error connecting to ftpHost scanner.FtpScanner.error.connection=Connection to remote server refused scanner.FtpScanner.error.scanning=Error scanning FTP folder scanner.FtpScanner.error.general=Error connecting to ftp scanner.FtpScanner.error.notAvaliable=Message not available scanner.FtpScanner.error.filetype=Error changing to file type scanner.FtpScannerInfo.description=Scans given folder on remote FTP server. This allows babeldoc to connect to remote FTP servers and then scan folders for documents to process. scanner.FtpScannerInfo.option.ftpHost=Host name or address of the ftp server scanner.FtpScannerInfo.option.ftpUsername=Username that is used for connecting to host scanner.FtpScannerInfo.option.ftpPassword=Password that is used for connecting to host scanner.FtpScannerInfo.option.ftpFolder=Folder name which is scanned scanner.FtpScannerInfo.option.ftpFileType=The type of the file to transmit - this can be either ascii or binary which really determines how the end-of-line characters are handled. scanner.FtpScannerInfo.option.includeSubfolders=Should subfolders be scanned too scanner.FtpScannerInfo.option.ftpOutFolder=Folder on FTP server where scanned documents should be copied 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! scanner.MailboxScanner.error.scanning=Error while scanning mailbox scanner.MailboxScanner.debug.deleting=Deleting message scanner.MailboxScanner.error.deleting=Error deleting message scanner.MailboxScanner.error.closingFolder=Error closing folder scanner.MailboxScanner.error.initialize=Error during initalization scanner.MailboxScanner.error.closingStore=Error closing mail store scanner.MailboxScanner.error.creatingMessage=Error constructing MailboxScanMessages scanner.MailboxScanner.error.gettingMessage=Error getting message from mail scanner.MailboxScannerInfo.description=The MailboxScanner is used for scanning mail servers for e-mail messages. Document can be scanned from e-mail body or from attachments. This is very useful for integration with email enabled clients. An example would be purchase orders emailed to a mailbox scanned by Babeldoc. The From, To and Subject filters are regular expression filters. Enter regular expressions which, if matched, cause the matching email to be processed. For example, if you wanted to match a recipient address of fir...@se..., you would enter "first\\.last@server\\.com" in the toFilter. The expressions are effectively OR'd together, because if any one of the filters gets a match, the e-mail message will be processed. The toFilter is tested against all addresses in the TO field. It is <emphasis>NOT</emphasis> tested against the CC or BCC fields. Accessible attributes are subject, from, to and replyTo. scanner.MailboxScannerInfo.option.host=Mail server host name or address scanner.MailboxScannerInfo.option.protocol=Protocol which is used for connecting to mail server (pop3, imap...) scanner.MailboxScannerInfo.option.timeOut=Socket I/O timeout value in milliseconds. Default is infinite timeout. scanner.MailboxScannerInfo.option.folder=Name of folder on mail server. (for example INBOX) scanner.MailboxScannerInfo.option.username=Username for logging to mail server scanner.MailboxScannerInfo.option.password=Password for logging to mail server scanner.MailboxScannerInfo.option.getFrom=Should message be created using mail body or attachment. Default is body scanner.MailboxScannerInfo.option.fromFilter=Regular expression which, if matched by the From field, causes the message to be processed scanner.MailboxScannerInfo.option.toFilter=Regular expression which, if matched by the To field, causes the message to be processed scanner.MailboxScannerInfo.option.subjectFilter=Regular expression which, if matched by the Subject field, causes the message to be processed scanner.MailboxScannerInfo.option.filterResult=Result of regular expresion (true o false) scanner.MailboxScannerInfo.option.deleteInvalid=Delete messages that are not valid (invalid address etc.) and not processed by Babeldoc scanner.ExternalApplicationScanner.description=The ExternalApplicationScanner runs an external application and pipes the standard output from that application into the pipeline. scanner.ExternalApplicationScanner.option.application=The application to run. scanner.ExternalApplicationScanner.error.application=Invalid application: {0} scanner.HttpScanner.description=The HttpScanner allows the scanner to pull down documents from web servers. Any headers recieved by the HttpScanner are placed on the document as attributes. scanner.HttpScanner.error.badurl=The URL: {0} is invalid scanner.HttpScanner.error.recoverable=A recoverable exception: {0} occurred, retrying. scanner.HttpScanner.error.failed=Failed to download from: {0} scanner.HttpScanner.doScan.error=Failed scanning documents: {0} scanner.nullScanner.desc=Null Scanner feeds null documents everytime the scanner runs. This is useful for scheduling. #SqlScanner 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. scanner.SqlScanner.option.multiDocument=Processa cada registre en un document diferent. Cada document correspondrà amb el tipus seleccionat en l'atribut DOCUMENT_TYPE. #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 scanner.002=Stopped scanner.003=No scannerThread with given name! scanner.004=<rmi-url> Rmi configuration scanner.005=list all the threads scanner.006=start all the threads scanner.007=halt all the threads scanner.008=is the scanner scanning scanner.009=get this configuration details scanner.010=<scanner> get the scanner threads options scanner.011=<scanner> start this thread scanner.012=<scanner> stop this thread scanner.013=<scanner>reinitialize this thread scanner.014=Commandline tool to control remote scanners scanner.018=Message not available scanner.020=Directory to be scanned scanner.021=Folder that is used for storing scanned files. Note that scanned files will be removed from inDirectory scanner.022=Length of the buffer when performing I/O operations scanner.023=Specifies if scanning should be recursive, and include subfolders. If yes, files will be copied to doneDirectory with path relative to inDirectory. scanner.024=File extension of the files that should be included. Files that do not match, will be excluded scanner.025=File extension of the files that should be not be included scanner.026=Error during scanner initialization scanner.028=Could not login to remote server scanner.029=Connection to remote server refused scanner.030=Error connecting to ftpHost scanner.031=Error scanning FTP folder scanner.032=Error connecting to ftp scanner.033=Scans given folder on remote FTP server scanner.034=Host name or address of the ftp server scanner.035=Username that is used for connecting to host scanner.036=Password that is used for connecting to host scanner.037=Folder name which is scanned scanner.038=Should subfolders be scanned too scanner.039=Folder on FTP server where scanned documents should be copied scanner.040=Folder on local file system where scanned documents should be copied #scanner.041=Invalid value for getFrom property! Only 'attachment' and 'body' values allowed! #scanner.042=Error while scanning scanner.043=Closing folder #scanner.044=Error constructing MailboxScanMessages #scanner.045= #scanner.046=Error deleting message #scanner.047=Error closing folder #scanner.048=The MailboxScanner is used for scanning mail servers for e-mail messages. Document can be scanned from e-mail body or from attachments. This is very useful for integration with email enabled clients. An example would be purchase orders email to a mailbox scanned by Babeldoc. #scanner.049=Mail server host name or address #scanner.050=Protocol which is used for connecting to mail server (pop3, imap...) #scanner.051=Name of folder on mail server. (for example INBOX) #scanner.052=Username for logging to mail server #scanner.053=Password for logging to mail server scanner.054=File extension of the files that should be not be included scanner.055=Connection not available scanner.056=resourceName is mandatory parameter scanner.057=sqlStatement is mandatory parameter scanner.058=Error in SqlScanner scanner.059=Error scanning database scanner.060=No more messages! scanner.061=Sql scanner is used for generating documents by executing sql queries. It can produce XML documents, csv documents or simple documents. In case of XML and CSV only one document can be returned and it will contain all returned rows. In case of simle document each document is formed from the first column of each returned row. scanner.062=Name of the connection resource scanner.063=SQL statement that is executed to get documents scanner.064=Type of document that is returned. Choices are simple, xml or csv scanner.065=Character that is used for separating fields in CSV file. Default is comma scanner.066=Character that is used for separating rows in CSV files. Default is \\n scanner.067=Tag that is used in XML document for heading. Default is document scanner.068=Tag that is used in XML document for each row. Default is row. scanner.069=No scanner threads provided scanner.070=Stopping threads: scanner.071=Tried to stop an already stopped scanner scanner.072=Starting threads: scanner.073=Tried to start an already started scanner scanner.074=ScannerThread did not start #scanner.075=ScannerThread waking up scanner.084=sleeping #scanner.085=Scanner {0} found {1} messages #scanner.088=Processing {0} of total {1} messages #scanner.089=of total #scanner.090=Allocate ticket {0} for message {1} |