*** empty log message ***
This commit is contained in:
parent
4d1e525b8c
commit
490f6da2ce
15
src/INSTALL
15
src/INSTALL
@ -83,6 +83,8 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
|
|
||||||
* MS Excel and PowerPoint: catdoc.
|
* MS Excel and PowerPoint: catdoc.
|
||||||
|
|
||||||
|
* Wordperfect files: libwpd.
|
||||||
|
|
||||||
* RTF: unrtf
|
* RTF: unrtf
|
||||||
|
|
||||||
* dvi: dvips
|
* dvi: dvips
|
||||||
@ -268,8 +270,8 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
|
|
||||||
Specifies the list of directories or files to index (recursively
|
Specifies the list of directories or files to index (recursively
|
||||||
for directories). The indexer will not follow symbolic links
|
for directories). The indexer will not follow symbolic links
|
||||||
inside the indexed trees. If an entry in the topdirs list is a
|
inside the indexed trees by default (see the followLinks options
|
||||||
symbolic link, indexing will not start and will generate an error.
|
though).
|
||||||
|
|
||||||
dbdir
|
dbdir
|
||||||
|
|
||||||
@ -319,6 +321,15 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
skippedPaths = ~/somedir/*.txt
|
skippedPaths = ~/somedir/*.txt
|
||||||
|
|
||||||
|
|
||||||
|
followLinks
|
||||||
|
|
||||||
|
Specifies if the indexer should follow symbolic links while
|
||||||
|
walking the file tree. The default is to ignore symbolic links to
|
||||||
|
avoid multiple indexing of linked files. No effort is made to
|
||||||
|
avoid duplication when this option is set to true. This option can
|
||||||
|
be set individually for each of the topdirs members by using
|
||||||
|
sections. It can not be changed below the topdirs level.
|
||||||
|
|
||||||
loglevel,daemloglevel
|
loglevel,daemloglevel
|
||||||
|
|
||||||
Verbosity level for recoll and recollindex. A value of 4 lists
|
Verbosity level for recoll and recollindex. A value of 4 lists
|
||||||
|
|||||||
15
src/README
15
src/README
@ -1178,6 +1178,8 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
|
|
||||||
* MS Excel and PowerPoint: catdoc.
|
* MS Excel and PowerPoint: catdoc.
|
||||||
|
|
||||||
|
* Wordperfect files: libwpd.
|
||||||
|
|
||||||
* RTF: unrtf
|
* RTF: unrtf
|
||||||
|
|
||||||
* dvi: dvips
|
* dvi: dvips
|
||||||
@ -1345,8 +1347,8 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
|
|
||||||
Specifies the list of directories or files to index (recursively
|
Specifies the list of directories or files to index (recursively
|
||||||
for directories). The indexer will not follow symbolic links
|
for directories). The indexer will not follow symbolic links
|
||||||
inside the indexed trees. If an entry in the topdirs list is a
|
inside the indexed trees by default (see the followLinks options
|
||||||
symbolic link, indexing will not start and will generate an error.
|
though).
|
||||||
|
|
||||||
dbdir
|
dbdir
|
||||||
|
|
||||||
@ -1396,6 +1398,15 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
skippedPaths = ~/somedir/*.txt
|
skippedPaths = ~/somedir/*.txt
|
||||||
|
|
||||||
|
|
||||||
|
followLinks
|
||||||
|
|
||||||
|
Specifies if the indexer should follow symbolic links while
|
||||||
|
walking the file tree. The default is to ignore symbolic links to
|
||||||
|
avoid multiple indexing of linked files. No effort is made to
|
||||||
|
avoid duplication when this option is set to true. This option can
|
||||||
|
be set individually for each of the topdirs members by using
|
||||||
|
sections. It can not be changed below the topdirs level.
|
||||||
|
|
||||||
loglevel,daemloglevel
|
loglevel,daemloglevel
|
||||||
|
|
||||||
Verbosity level for recoll and recollindex. A value of 4 lists
|
Verbosity level for recoll and recollindex. A value of 4 lists
|
||||||
|
|||||||
@ -463,6 +463,18 @@ Voulez vous ouvrir le dialogue de paramétrage ?</translation>
|
|||||||
<source>Cannot extract document or create temporary file</source>
|
<source>Cannot extract document or create temporary file</source>
|
||||||
<translation>Impossible d'extraire le document ou de créer le fichier temporaire</translation>
|
<translation>Impossible d'extraire le document ou de créer le fichier temporaire</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>(no stemming)</source>
|
||||||
|
<translation>(pas d'expansion)</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>(all languages)</source>
|
||||||
|
<translation>(tous les langages)</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>error retrieving stemming languages</source>
|
||||||
|
<translation>impossible de trouver la liste des langages d'expansion</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RclMainBase</name>
|
<name>RclMainBase</name>
|
||||||
@ -642,6 +654,14 @@ Voulez vous ouvrir le dialogue de paramétrage ?</translation>
|
|||||||
<source>&Erase document history</source>
|
<source>&Erase document history</source>
|
||||||
<translation>&Effacer l'historique des documents</translation>
|
<translation>&Effacer l'historique des documents</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>First page</source>
|
||||||
|
<translation>Premiere page</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Go to first page of results</source>
|
||||||
|
<translation>Aller a la premiere page de resultats</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RclResList</name>
|
<name>RclResList</name>
|
||||||
@ -1241,7 +1261,7 @@ Peut ralentir l'affichage si les documents sont gros.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>(no stemming)</source>
|
<source>(no stemming)</source>
|
||||||
<translation>(pas d'expansion)</translation>
|
<translation type="obsolete">(pas d'expansion)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>The selected directory does not appear to be a Xapian index</source>
|
<source>The selected directory does not appear to be a Xapian index</source>
|
||||||
|
|||||||
@ -463,6 +463,18 @@ Vuoi aprire il dialogo di configurazione ?</translation>
|
|||||||
<source>Cannot extract document or create temporary file</source>
|
<source>Cannot extract document or create temporary file</source>
|
||||||
<translation>Non posso estrarre il documento o creare il file temporaneo</translation>
|
<translation>Non posso estrarre il documento o creare il file temporaneo</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>(no stemming)</source>
|
||||||
|
<translation type="unfinished">(nessuna espansione)</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>(all languages)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>error retrieving stemming languages</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RclMainBase</name>
|
<name>RclMainBase</name>
|
||||||
@ -642,6 +654,14 @@ Vuoi aprire il dialogo di configurazione ?</translation>
|
|||||||
<source>&Erase document history</source>
|
<source>&Erase document history</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>First page</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Go to first page of results</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RclResList</name>
|
<name>RclResList</name>
|
||||||
@ -1241,7 +1261,7 @@ Peut ralentir l'affichage si les documents sont gros.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>(no stemming)</source>
|
<source>(no stemming)</source>
|
||||||
<translation>(nessuna espansione)</translation>
|
<translation type="obsolete">(nessuna espansione)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>The selected directory does not appear to be a Xapian index</source>
|
<source>The selected directory does not appear to be a Xapian index</source>
|
||||||
|
|||||||
@ -448,6 +448,18 @@ Do you want to start the preferences dialog ?</source>
|
|||||||
<source>Cannot extract document or create temporary file</source>
|
<source>Cannot extract document or create temporary file</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>(no stemming)</source>
|
||||||
|
<translation type="unfinished">(без словоформ)</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>(all languages)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>error retrieving stemming languages</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RclMainBase</name>
|
<name>RclMainBase</name>
|
||||||
@ -587,6 +599,14 @@ Do you want to start the preferences dialog ?</source>
|
|||||||
<source>&Erase document history</source>
|
<source>&Erase document history</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>First page</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Go to first page of results</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RclResList</name>
|
<name>RclResList</name>
|
||||||
@ -1307,7 +1327,7 @@ May be slow for big documents.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>(no stemming)</source>
|
<source>(no stemming)</source>
|
||||||
<translation>(без словоформ)</translation>
|
<translation type="obsolete">(без словоформ)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>The selected directory does not appear to be a Xapian index</source>
|
<source>The selected directory does not appear to be a Xapian index</source>
|
||||||
|
|||||||
@ -441,6 +441,18 @@ Do you want to start the preferences dialog ?</source>
|
|||||||
<source>Cannot extract document or create temporary file</source>
|
<source>Cannot extract document or create temporary file</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>(no stemming)</source>
|
||||||
|
<translation type="unfinished">(без словоформ)</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>(all languages)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>error retrieving stemming languages</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RclMainBase</name>
|
<name>RclMainBase</name>
|
||||||
@ -580,6 +592,14 @@ Do you want to start the preferences dialog ?</source>
|
|||||||
<source>&Erase document history</source>
|
<source>&Erase document history</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>First page</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Go to first page of results</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RclResList</name>
|
<name>RclResList</name>
|
||||||
@ -1138,7 +1158,7 @@ May be slow for big documents.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>(no stemming)</source>
|
<source>(no stemming)</source>
|
||||||
<translation>(без словоформ)</translation>
|
<translation type="obsolete">(без словоформ)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>The selected directory does not appear to be a Xapian index</source>
|
<source>The selected directory does not appear to be a Xapian index</source>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user