Git commit 4a5d7cc4204391357fec9adf3a27471445ac1898 by Yuri Chornoivan. Committed on 17/06/2016 at 14:32. Pushed by yurchor into branch 'master'.
Fix minor typos M +5 -5 doc/index.docbook http://commits.kde.org/skrooge/4a5d7cc4204391357fec9adf3a27471445ac1898 diff --git a/doc/index.docbook b/doc/index.docbook index e603f0b..ad64040 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -693,7 +693,7 @@ <listitem><para>QIF: <trademark>Quicken</trademark> Import File. Maybe the most common financial file format. However, it has some rather annoying limitations, like not giving the unit for operation, or no strict date formatting.</para></listitem> <listitem><para>IIF: <trademark>Intuit</trademark> Interchange Format is used by <trademark>QuickBooks</trademark>.</para></listitem> <listitem><para>SKG: This is useful to merge 2 &appname; documents</para></listitem> - <listitem><para>PDF: This allows to create the operation from a PDF invoice. The invoice is also associated to the operation as a property. Read the <link linkend="howto_extractor">How to</link> if you want ot know how to extract information from an invoice not supported yet.</para></listitem> + <listitem><para>PDF: This allows to create the operation from a PDF invoice. The invoice is also associated to the operation as a property. Read the <link linkend="howto_extractor">How to</link> if you want to know how to extract information from an invoice not supported yet.</para></listitem> <listitem><para>Backend: &appname; can also import operations by using a backend. The only one supported is <ulink url="http://weboob.org/">WEBOOB</ulink>. By using this backend you can import all operations from all your banks in only one click. For that, you just have to install <ulink url="http://weboob.org/">WEBOOB</ulink> and activate the corresponding backend from settings.</para> <tip><para>If you do not want to store your bank passwords in the configuration file of WEBOOB, you can do that: @@ -2505,7 +2505,7 @@ file is opened. It is also recommended to create a different account (⪚ "ETF" <sect1 id="howto_extractor"> <title>How to define a new invoice extractor?</title> - <para>&appname; uses pdftotext to extract all strings of a PDF. After that, it uses an text file describing how to find key values. If you want to define a new invoice extractor, you have to do that:</para> + <para>&appname; uses pdftotext to extract all strings of a PDF. After that, it uses a text file describing how to find key values. If you want to define a new invoice extractor, you have to do that:</para> <itemizedlist> <listitem><para>Launch <command>pdftotext</command> on your PDF file</para></listitem> <listitem><para>Open the text file generated and the corresponding PDF file</para></listitem> @@ -2523,15 +2523,15 @@ amount=REGEXP:^Montant global:$|LINEOFFSET:2 <para>Each attribute (payee, date, number, mode, comment and amount) use the same syntax: COMMAND:value|COMMAND:value|...</para> <para>The command can be:</para> <itemizedlist> - <listitem><para><command>REGEXPCAP</command>: This a regular expression capturing a value</para></listitem> - <listitem><para><command>REGEXP</command>: To find the line in the file maching a regular expression</para></listitem> + <listitem><para><command>REGEXPCAP</command>: This is a regular expression capturing a value</para></listitem> + <listitem><para><command>REGEXP</command>: To find the line in the file matching a regular expression</para></listitem> <listitem><para><command>LINEOFFSET</command>: To change the line index.</para></listitem> <listitem><para><command>SET</command>: To force the value. Can be used as first command or after the REGEXPCAP (see example).</para></listitem> </itemizedlist> <para>dateformat is the format of the date extracted.</para> </listitem> - <listitem><para>Put this file in the same directory than all other .extractor files</para></listitem> + <listitem><para>Put this file into the same directory as all other .extractor files</para></listitem> </itemizedlist> <para> </para> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
