|
From: Martin L. <mar...@us...> - 2004-03-30 19:27:22
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/config/i18n In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4646/modules/scanner/config/i18n Modified Files: messages.properties Log Message: Minor documentation updates Index: messages.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/scanner/config/i18n/messages.properties,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** messages.properties 25 Dec 2003 14:15:50 -0000 1.19 --- messages.properties 30 Mar 2004 19:15:41 -0000 1.20 *************** *** 85,92 **** 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. 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.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 --- 85,92 ---- 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 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...). Default is pop3 ! scanner.MailboxScannerInfo.option.folder=Name of folder on mail server. Default is INBOX scanner.MailboxScannerInfo.option.username=Username for logging to mail server scanner.MailboxScannerInfo.option.password=Password for logging to mail server *************** *** 108,112 **** scanner.nullScanner.desc=Null Scanner feeds null documents everytime the scanner runs. This is useful for scheduling. ! scanner.SqlScanner.option.updateStatement=Sql Statement that is executed after selecting rows and creating documents. It is used for marging rows as processes so they don't need to be processed later. --- 108,112 ---- scanner.nullScanner.desc=Null Scanner feeds null documents everytime the scanner runs. This is useful for scheduling. ! 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. *************** *** 171,179 **** 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 ! scanner.065=Character that is used for separating fields in CSV file ! scanner.066=Character that is used for separating row sin CSV files ! scanner.067=Tag that is used in XML document for heading ! scanner.068=Tag that is used in XML document for each row scanner.069=No scanner threads provided scanner.070=Stopping threads: --- 171,179 ---- 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: |