diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index 873afbcf..532006a9 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -5182,6 +5182,90 @@ metadatacmds = ; tags = tmsu tags %f; otherfield = somecmd -xx %f
+
+ Indexing parallelism configuration
+
+ The &RCL; indexing process
+ recollindex can use multiple threads to
+ speed up indexing on multiprocessor systems. The work done
+ to index files is divided in several stages and some of the
+ stages can be executed by multiple threads. The stages are:
+
+ File system walking: this is always performed by
+ the main thread.
+ File conversion and data extraction.
+ Text processing (splitting, stemming,
+ etc.)
+ &XAP; index update.
+
+
+ You can also read a
+
+ longer document about the transformation of
+ &RCL; indexing to multithreading.
+
+ The threads configuration is controlled by two
+ configuration file parameters.
+
+
+
+ thrQSizes
+ This variable defines the job input queues
+ configuration. There are three possible queues for
+ stages 2, 3 and 4, and this parameter should give the
+ queue depth for each stage (three integer values). If
+ a value of -1 is used for a given stage, no queue is
+ used, and the thread will go on performing the next
+ stage. In practise, deep queues have not been shown to
+ increase performance. A value of 0 for the first queue
+ tells &RCL; to perform autoconfiguration (no need for
+ the two other values in this case)- this is the
+ default configuration.
+
+
+
+ thrTCounts
+ This defines the number of threads used
+ for each stage. If a value of -1 is used for one of
+ the queue depths, the corresponding thread count is
+ ignored. It makes no sense to use a value other than 1
+ for the last stage because updating the &XAP; index is
+ necessarily single-threaded (and protected by a
+ mutex).
+
+
+
+
+
+ The following example would use three queues (of depth 2),
+ and 4 threads for converting source documents, 2 for
+ processing their text, and one to update the index. This was
+ tested to be the best configuration on the test system
+ (quadri-processor with multiple disks).
+
+thrQSizes = 2 2 2
+thrTCounts = 4 2 1
+
+
+
+ The following example would use a single queue, and the
+ complete processing for each document would be performed by
+ a single thread (several documents will still be processed
+ in parallel in most cases). The threads will use mutual
+ exclusion when entering the index update stage. In practise
+ the performance would be close to the precedent case in
+ general, but worse in certain cases (e.g. a Zip archive
+ would be performed purely sequentially), so the previous
+ approach is preferred. YMMV... The 2 last values for
+ thrTCounts are ignored.
+
+thrQSizes = 2 -1 -1
+thrTCounts = 6 1 1
+
+
+
+
+
Miscellaneous parameters:
diff --git a/src/qtgui/i18n/recoll_cs.qm b/src/qtgui/i18n/recoll_cs.qm
index 5c9ecb76..ef3034ea 100644
Binary files a/src/qtgui/i18n/recoll_cs.qm and b/src/qtgui/i18n/recoll_cs.qm differ
diff --git a/src/qtgui/i18n/recoll_cs.ts b/src/qtgui/i18n/recoll_cs.ts
index 0d4dd8a6..8c1cc667 100644
--- a/src/qtgui/i18n/recoll_cs.ts
+++ b/src/qtgui/i18n/recoll_cs.ts
@@ -867,7 +867,7 @@ Chcete spustit dialog s nastavením?
Query details
- Podrobnosti o hledání
+ Podrobnosti o hledáníCould not open external index. Db not open. Check external indexes list.
@@ -935,7 +935,7 @@ Chcete spustit dialog s nastavením?
Index not up to date for this file. Refusing to risk showing the wrong entry. Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
- Rejstřík není pro tento soubor nejnovější. Odmítá se riziko, že by byl ukázán špatný záznam. Klepněte na OK pro obnovení rejstříku pro tento soubor, pak, až bude rejstříkování hotovo, spusťte dotaz znovu. Jinak klepněte na Zrušit.
+ Rejstřík není pro tento soubor nejnovější. Odmítá se riziko, že by byl ukázán špatný záznam. Klepněte na OK pro obnovení rejstříku pro tento soubor, pak, až bude rejstříkování hotovo, spusťte dotaz znovu. Jinak klepněte na Zrušit.Can't update index: indexer running
@@ -967,6 +967,22 @@ Prověřte soubor mimeconf
External applications/commands needed for your file types and not found, as stored by the last indexing pass in
+
+ Index not up to date for this file. Refusing to risk showing the wrong entry.
+
+
+
+ Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
+
+
+
+ Indexer running so things should improve when it's done
+
+
+
+ Sub-documents and attachments
+
+ RclMainBase
@@ -1128,7 +1144,7 @@ Prověřte soubor mimeconf
sortByDateAsc
- Třídit podle data vzestupně
+ Třídit podle data vzestupněSort by dates from oldest to newest
@@ -1136,7 +1152,7 @@ Prověřte soubor mimeconf
sortByDateDesc
- Třídit podle data sestupně
+ Třídit podle data sestupněSort by dates from newest to oldest
@@ -1148,7 +1164,7 @@ Prověřte soubor mimeconf
Show results as table
- Ukázat výsledky jako tabulku
+ Ukázat výsledky jako tabulku&Rebuild index
@@ -1178,6 +1194,46 @@ Prověřte soubor mimeconf
&GUI configurationNastavení uživatelského roz&hraní
+
+ &Results
+
+
+
+ Sort by date, oldest first
+
+
+
+ Sort by date, newest first
+
+
+
+ Show as table
+
+
+
+ Show results in a spreadsheet-like table
+
+
+
+ Save as CSV (spreadsheet) file
+
+
+
+ Saves the result into a file which you can load in a spreadsheet
+
+
+
+ Next Page
+
+
+
+ Previous Page
+
+
+
+ First Page
+
+ RecollModel
@@ -1282,19 +1338,19 @@ Prověřte soubor mimeconf
&Preview
- &Náhled
+ &NáhledCopy &URL
- Kopírovat adresu (&URL)
+ Kopírovat adresu (&URL)Find &similar documents
- Najít &podobné dokumenty
+ Najít &podobné dokumentyQuery details
- Suchdetails
+ Suchdetails(show query)
@@ -1302,7 +1358,7 @@ Prověřte soubor mimeconf
Copy &File Name
- Kopírovat název &souboru
+ Kopírovat název &souboruDocument history
@@ -1322,19 +1378,19 @@ Prověřte soubor mimeconf
&Write to File
- &Zapsat do souboru
+ &Zapsat do souboruPreview P&arent document/folder
- Náhled na &rodičovský dokument/složku
+ Náhled na &rodičovský dokument/složku&Open Parent document/folder
- &Otevřít rodičovský dokument/složku
+ &Otevřít rodičovský dokument/složku&Open
- &Otevřít
+ &OtevřítDocuments
@@ -1354,7 +1410,19 @@ Prověřte soubor mimeconf
Open &Snippets window
- Otevřít okno s úr&yvky
+ Otevřít okno s úr&yvky
+
+
+ Duplicate documents
+
+
+
+ These Urls ( | ipath) share the same content:
+
+
+
+ Result count (est.)
+ Počet výsledků (odhad)
@@ -1385,35 +1453,35 @@ Prověřte soubor mimeconf
&Preview
- &Náhled
+ &Náhled&Open
- &Otevřít
+ &OtevřítCopy &File Name
- Kopírovat název &souboru
+ Kopírovat název &souboruCopy &URL
- Kopírovat adresu (&URL)
+ Kopírovat adresu (&URL)&Write to File
- &Zapsat do souboru
+ &Zapsat do souboruFind &similar documents
- Najít &podobné dokumenty
+ Najít &podobné dokumentyPreview P&arent document/folder
- Náhled na &rodičovský dokument/složku
+ Náhled na &rodičovský dokument/složku&Open Parent document/folder
- &Otevřít rodičovský dokument/složku
+ &Otevřít rodičovský dokument/složku&Save as CSV
@@ -1428,35 +1496,82 @@ Prověřte soubor mimeconf
ResTableDetailArea&Preview
- &Náhled
+ &Náhled&Open
- &Otevřít
+ &OtevřítCopy &File Name
- Kopírovat název &souboru
+ Kopírovat název &souboruCopy &URL
- Kopírovat adresu (&URL)
+ Kopírovat adresu (&URL)&Write to File
- &Zapsat do souboru
+ &Zapsat do souboruFind &similar documents
- Najít &podobné dokumenty
+ Najít &podobné dokumentyPreview P&arent document/folder
- Náhled na &rodičovský dokument/složku
+ Náhled na &rodičovský dokument/složku&Open Parent document/folder
- &Otevřít rodičovský dokument/složku
+ &Otevřít rodičovský dokument/složku
+
+
+
+ ResultPopup
+
+ &Preview
+ &Náhled
+
+
+ &Open
+ &Otevřít
+
+
+ Copy &File Name
+ Kopírovat název &souboru
+
+
+ Copy &URL
+ Kopírovat adresu (&URL)
+
+
+ &Write to File
+ &Zapsat do souboru
+
+
+ Save selection to files
+
+
+
+ Preview P&arent document/folder
+ Náhled na &rodičovský dokument/složku
+
+
+ &Open Parent document/folder
+ &Otevřít rodičovský dokument/složku
+
+
+ Find &similar documents
+ Najít &podobné dokumenty
+
+
+ Open &Snippets window
+ Otevřít okno s úr&yvky
+
+
+ Show subdocuments / attachments
+
@@ -1896,6 +2011,10 @@ Použijte odkaz <b>Ukázat hledání</b>, když máte o výsledku po
At most one index should be selected
+
+ Cant add index with different case/diacritics stripping option
+
+ UIPrefsDialogBase
@@ -2364,11 +2483,11 @@ To pomůže při prohledávání velmi velkých textových souborů (např. soub
Use system's 'file' command
- Použít příkaz 'file'
+ Použít příkaz 'file'Use the system's 'file' command if internal<br>mime type identification fails.
- Použít příkaz 'file', když vnitřní<br>rozpoznání MIME typu selže.
+ Použít příkaz 'file', když vnitřní<br>rozpoznání MIME typu selže.Disables use of aspell to generate spelling approximation in the term explorer tool.<br> Useful if aspell is absent or does not work.
@@ -2699,5 +2818,17 @@ Výchozí hodnota je 2 (procenta).
Click to add another index directory to the list. You can select either a Recoll configuration directory or a Xapian index.
+
+ Snippets window CSS file
+
+
+
+ Opens a dialog to select the Snippets window CSS style sheet file
+
+
+
+ Resets the Snippets window style
+
+
diff --git a/src/qtgui/i18n/recoll_de.qm b/src/qtgui/i18n/recoll_de.qm
index 8edd0928..3139526e 100644
Binary files a/src/qtgui/i18n/recoll_de.qm and b/src/qtgui/i18n/recoll_de.qm differ
diff --git a/src/qtgui/i18n/recoll_de.ts b/src/qtgui/i18n/recoll_de.ts
index 2a60c3fa..cd6e56ac 100644
--- a/src/qtgui/i18n/recoll_de.ts
+++ b/src/qtgui/i18n/recoll_de.ts
@@ -866,7 +866,7 @@ Wollen Sie den Einstellungs-Dialog starten?
Query details
- Details zur Suchanfrage
+ Details zur SuchanfrageCould not open external index. Db not open. Check external indexes list.
@@ -930,7 +930,7 @@ Wollen Sie den Einstellungs-Dialog starten?
Index not up to date for this file. Refusing to risk showing the wrong entry. Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
- Der Index ist für diese Datei nicht auf dem neuesten Stand. Es soll nicht das Risiko eingegangen werden, den falschen Eintrag anzuzeigen. Drücken SIe OK, um den Index für diese Datei zu aktualisieren und starten Sie die Suchanfrage erneut, wenn die Indizierung abgeschlossen ist. Drücken Sie ansonsten Abbrechen.
+ Der Index ist für diese Datei nicht auf dem neuesten Stand. Es soll nicht das Risiko eingegangen werden, den falschen Eintrag anzuzeigen. Drücken SIe OK, um den Index für diese Datei zu aktualisieren und starten Sie die Suchanfrage erneut, wenn die Indizierung abgeschlossen ist. Drücken Sie ansonsten Abbrechen.Can't update index: indexer running
@@ -962,6 +962,22 @@ Please check the mimeview file
External applications/commands needed for your file types and not found, as stored by the last indexing pass in
+
+ Index not up to date for this file. Refusing to risk showing the wrong entry.
+
+
+
+ Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
+
+
+
+ Indexer running so things should improve when it's done
+
+
+
+ Sub-documents and attachments
+
+ RclMainBase
@@ -1119,7 +1135,7 @@ Please check the mimeview file
sortByDateAsc
- sortByDateAsc
+ sortByDateAscSort by dates from oldest to newest
@@ -1127,7 +1143,7 @@ Please check the mimeview file
sortByDateDesc
- sortByDateDesc
+ sortByDateDescSort by dates from newest to oldest
@@ -1139,7 +1155,7 @@ Please check the mimeview file
Show results as table
- Zeige Ergebnisse als Tabelle
+ Zeige Ergebnisse als Tabelle&Rebuild index
@@ -1169,6 +1185,46 @@ Please check the mimeview file
&GUI configuration&GUI-Einstellungen
+
+ &Results
+
+
+
+ Sort by date, oldest first
+
+
+
+ Sort by date, newest first
+
+
+
+ Show as table
+
+
+
+ Show results in a spreadsheet-like table
+
+
+
+ Save as CSV (spreadsheet) file
+
+
+
+ Saves the result into a file which you can load in a spreadsheet
+
+
+
+ Next Page
+
+
+
+ Previous Page
+
+
+
+ First Page
+
+ RecollModel
@@ -1269,19 +1325,19 @@ Please check the mimeview file
&Preview
- &Vorschau
+ &VorschauCopy &URL
- &URL kopieren
+ &URL kopierenFind &similar documents
- &Ähnliche Dokumente finden
+ &Ähnliche Dokumente findenQuery details
- Suchdetails
+ Suchdetails(show query)
@@ -1289,7 +1345,7 @@ Please check the mimeview file
Copy &File Name
- &Dateinamen kopieren
+ &Dateinamen kopierenDocument history
@@ -1309,19 +1365,19 @@ Please check the mimeview file
&Write to File
- &Schreibe in Datei
+ &Schreibe in DateiPreview P&arent document/folder
- Vorschau des &übergeordneten Dokuments/Ordners
+ Vorschau des &übergeordneten Dokuments/Ordners&Open Parent document/folder
- Ö&ffnen des übergeordneten Dokuments/Ordners
+ Ö&ffnen des übergeordneten Dokuments/Ordners&Open
- &Öffnen
+ &ÖffnenDocuments
@@ -1341,7 +1397,19 @@ Please check the mimeview file
Open &Snippets window
- Öffne &Schnipsel-Fenster
+ Öffne &Schnipsel-Fenster
+
+
+ Duplicate documents
+
+
+
+ These Urls ( | ipath) share the same content:
+
+
+
+ Result count (est.)
+ Anzahl Ergebnisse (ca.)
@@ -1364,35 +1432,35 @@ Please check the mimeview file
&Preview
- &Vorschau
+ &Vorschau&Open
- &Öffnen
+ &ÖffnenCopy &File Name
- &Dateinamen kopieren
+ &Dateinamen kopierenCopy &URL
- &URL kopieren
+ &URL kopieren&Write to File
- &Schreibe in Datei
+ &Schreibe in DateiFind &similar documents
- &Ähnliche Dokumente finden
+ &Ähnliche Dokumente findenPreview P&arent document/folder
- Vorschau des &übergeordneten Dokuments/Ordners
+ Vorschau des &übergeordneten Dokuments/Ordners&Open Parent document/folder
- Ö&ffnen des übergeordneten Dokuments/Ordners
+ Ö&ffnen des übergeordneten Dokuments/Ordners&Save as CSV
@@ -1407,35 +1475,82 @@ Please check the mimeview file
ResTableDetailArea&Preview
- &Vorschau
+ &Vorschau&Open
- &Öffnen
+ &ÖffnenCopy &File Name
- &Dateinamen kopieren
+ &Dateinamen kopierenCopy &URL
- &URL kopieren
+ &URL kopieren&Write to File
- &Schreibe in Datei
+ &Schreibe in DateiFind &similar documents
- &Ähnliche Dokumente finden
+ &Ähnliche Dokumente findenPreview P&arent document/folder
- Vorschau des &übergeordneten Dokuments/Ordners
+ Vorschau des &übergeordneten Dokuments/Ordners&Open Parent document/folder
- Ö&ffnen des übergeordneten Dokuments/Ordners
+ Ö&ffnen des übergeordneten Dokuments/Ordners
+
+
+
+ ResultPopup
+
+ &Preview
+ &Vorschau
+
+
+ &Open
+ &Öffnen
+
+
+ Copy &File Name
+ &Dateinamen kopieren
+
+
+ Copy &URL
+ &URL kopieren
+
+
+ &Write to File
+ &Schreibe in Datei
+
+
+ Save selection to files
+
+
+
+ Preview P&arent document/folder
+ Vorschau des &übergeordneten Dokuments/Ordners
+
+
+ &Open Parent document/folder
+ Ö&ffnen des übergeordneten Dokuments/Ordners
+
+
+ Find &similar documents
+ &Ähnliche Dokumente finden
+
+
+ Open &Snippets window
+ Öffne &Schnipsel-Fenster
+
+
+ Show subdocuments / attachments
+
@@ -1877,6 +1992,10 @@ Drücken Sie ESC+Leerzeichen für Vervollständigungen des aktuellen Begriffs.
At most one index should be selected
+
+ Cant add index with different case/diacritics stripping option
+
+ UIPrefsDialogBase
@@ -2350,11 +2469,11 @@ Auf -1 setzen, um keine Obergrenze zu haben.
Use system's 'file' command
- 'file' Kommando benutzen
+ 'file' Kommando benutzenUse the system's 'file' command if internal<br>mime type identification fails.
- Benutze das 'file' Kommando, wenn die interne Erkennung des Mime-Typs fehlschlägt.
+ Benutze das 'file' Kommando, wenn die interne Erkennung des Mime-Typs fehlschlägt.Disables use of aspell to generate spelling approximation in the term explorer tool.<br> Useful if aspell is absent or does not work.
@@ -2674,5 +2793,17 @@ und vermindern den Nutzender automatischen Phrasen. Der Standardwert ist 2.Click to add another index directory to the list. You can select either a Recoll configuration directory or a Xapian index.
+
+ Snippets window CSS file
+
+
+
+ Opens a dialog to select the Snippets window CSS style sheet file
+
+
+
+ Resets the Snippets window style
+
+
diff --git a/src/qtgui/i18n/recoll_el.qm b/src/qtgui/i18n/recoll_el.qm
index 440a4271..238c9b0f 100644
Binary files a/src/qtgui/i18n/recoll_el.qm and b/src/qtgui/i18n/recoll_el.qm differ
diff --git a/src/qtgui/i18n/recoll_el.ts b/src/qtgui/i18n/recoll_el.ts
index f03a1fcf..e36a26d1 100644
--- a/src/qtgui/i18n/recoll_el.ts
+++ b/src/qtgui/i18n/recoll_el.ts
@@ -841,7 +841,7 @@ p, li { white-space: pre-wrap; }
Index not up to date for this file. Refusing to risk showing the wrong entry. Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
- Το ευρετήριο δεν είναι ενημερωμένο για αυτό το αρχείο. Υπάρχει κίνδυνος εμφάνισης μιας εσφαλμένης καταχώρησης. Κάντε κλικ στο Εντάξει για να ενημερώσετε το ευρετήριο για αυτό το αρχείο, και επανεκκινήστε το αίτημα μετά την ολοκλήρωση της ενημέρωσης του ευρετηρίου. Διαφορετικά, κάντε κλικ στο Ακύρωση.
+ Το ευρετήριο δεν είναι ενημερωμένο για αυτό το αρχείο. Υπάρχει κίνδυνος εμφάνισης μιας εσφαλμένης καταχώρησης. Κάντε κλικ στο Εντάξει για να ενημερώσετε το ευρετήριο για αυτό το αρχείο, και επανεκκινήστε το αίτημα μετά την ολοκλήρωση της ενημέρωσης του ευρετηρίου. Διαφορετικά, κάντε κλικ στο Ακύρωση.Can't create preview window
@@ -905,7 +905,7 @@ Do you want to start the preferences dialog ?
Query details
- Λεπτομέρειες της αναζήτησης
+ Λεπτομέρειες της αναζήτησηςBad viewer command line for %1: [%2]
@@ -928,6 +928,22 @@ Please check the mimeview fileExternal applications/commands needed for your file types and not found, as stored by the last indexing pass in
+
+ Index not up to date for this file. Refusing to risk showing the wrong entry.
+
+
+
+ Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
+
+
+
+ Indexer running so things should improve when it's done
+
+
+
+ Sub-documents and attachments
+
+ RclMainBase
@@ -1105,7 +1121,7 @@ Please check the mimeview file
sortByDateAsc
- sortByDateAsc
+ sortByDateAscSort by dates from oldest to newest
@@ -1113,7 +1129,7 @@ Please check the mimeview file
sortByDateDesc
- sortByDateDesc
+ sortByDateDescSort by dates from newest to oldest
@@ -1125,7 +1141,7 @@ Please check the mimeview file
Show results as table
- Εμφάνιση των αποτελεσμάτων σε πίνακα
+ Εμφάνιση των αποτελεσμάτων σε πίνακα&Index configuration
@@ -1135,6 +1151,46 @@ Please check the mimeview file
&GUI configuration
+
+ &Results
+
+
+
+ Sort by date, oldest first
+
+
+
+ Sort by date, newest first
+
+
+
+ Show as table
+
+
+
+ Show results in a spreadsheet-like table
+
+
+
+ Save as CSV (spreadsheet) file
+
+
+
+ Saves the result into a file which you can load in a spreadsheet
+
+
+
+ Next Page
+
+
+
+ Previous Page
+
+
+
+ First Page
+
+ RecollModel
@@ -1263,44 +1319,56 @@ Please check the mimeview file
&Preview
- &Προεπισκόπηση
+ &Προεπισκόπηση&Open
- &Άνοιγμα
+ &ΆνοιγμαCopy &File Name
- Αντιγραφή του ονόματος του &αρχείου
+ Αντιγραφή του ονόματος του &αρχείουCopy &URL
- Αντιγραφή του &URL
+ Αντιγραφή του &URL&Write to File
- Απο&θήκευση σε
+ Απο&θήκευση σεFind &similar documents
- Αναζήτηση παρό&μοιων εγγράφων
+ Αναζήτηση παρό&μοιων εγγράφωνPreview P&arent document/folder
- Προεπισκόπηση του &γονικού εγγράφου/φακέλου
+ Προεπισκόπηση του &γονικού εγγράφου/φακέλου&Open Parent document/folder
- Άνοιγμα του &γονικού εγγράφου/φακέλου
+ Άνοιγμα του &γονικού εγγράφου/φακέλου<p><i>Alternate spellings: </i>
- Open &Snippets window
+ Duplicate documents
+
+ These Urls ( | ipath) share the same content:
+
+
+
+ Result count (est.)
+ Αριθμός αποτελεσμάτων (εκτίμ.)
+
+
+ Query details
+ Λεπτομέρειες της αναζήτησης
+ ResTable
@@ -1314,35 +1382,35 @@ Please check the mimeview file
&Preview
- Π&ροεπισκόπηση
+ Π&ροεπισκόπηση&Open
- Ά&νοιγμα
+ Ά&νοιγμαCopy &File Name
- Αντιγραφή του &ονόματος του αρχείου
+ Αντιγραφή του &ονόματος του αρχείουCopy &URL
- Αντιγραφή του &URL
+ Αντιγραφή του &URL&Write to File
- Απο&θήκευση σε
+ Απο&θήκευση σεFind &similar documents
- Αναζήτηση παρό&μοιων εγγράφων
+ Αναζήτηση παρό&μοιων εγγράφωνPreview P&arent document/folder
- Προεπισκόπηση του &γονικού εγγράφου
+ Προεπισκόπηση του &γονικού εγγράφου&Open Parent document/folder
- Άνοιγμα του &γονικού εγγράφου/φακέλου
+ Άνοιγμα του &γονικού εγγράφου/φακέλου&Reset sort
@@ -1365,35 +1433,82 @@ Please check the mimeview file
ResTableDetailArea&Preview
- &Προεπισκόπηση
+ &Προεπισκόπηση&Open
- &Άνοιγμα
+ &ΆνοιγμαCopy &File Name
- Αντιγραφή του ονόματος του &αρχείου
+ Αντιγραφή του ονόματος του &αρχείουCopy &URL
- Αντιγραφή του &URL
+ Αντιγραφή του &URL&Write to File
- Απο&θήκευση σε
+ Απο&θήκευση σεFind &similar documents
- Αναζήτηση παρό&μοιων εγγράφων
+ Αναζήτηση παρό&μοιων εγγράφωνPreview P&arent document/folder
- Προεπισκόπηση του &γονικού εγγράφου/φακέλου
+ Προεπισκόπηση του &γονικού εγγράφου/φακέλου&Open Parent document/folder
- Άνοιγμα του &γονικού εγγράφου/φακέλου
+ Άνοιγμα του &γονικού εγγράφου/φακέλου
+
+
+
+ ResultPopup
+
+ &Preview
+
+
+
+ &Open
+
+
+
+ Copy &File Name
+
+
+
+ Copy &URL
+ Αντιγραφή του &URL
+
+
+ &Write to File
+ Απο&θήκευση σε
+
+
+ Save selection to files
+
+
+
+ Preview P&arent document/folder
+
+
+
+ &Open Parent document/folder
+ Άνοιγμα του &γονικού εγγράφου/φακέλου
+
+
+ Find &similar documents
+ Αναζήτηση παρό&μοιων εγγράφων
+
+
+ Open &Snippets window
+
+
+
+ Show subdocuments / attachments
+
@@ -1759,6 +1874,10 @@ Use <b>Show Query</b> link when in doubt about result and see manual
At most one index should be selected
+
+ Cant add index with different case/diacritics stripping option
+
+ ViewAction
@@ -2034,11 +2153,11 @@ This will help searching very big text files (ie: log files).
Use system's 'file' command
- Χρήση της εντολής 'file' του συστήματος
+ Χρήση της εντολής 'file' του συστήματοςUse the system's 'file' command if internal<br>mime type identification fails.
- Χρήση της εντολής 'file' αν ο εσωτερικός εντοπισμός<br>του τύπου mime δεν επιφέρει αποτελέσματα.
+ Χρήση της εντολής 'file' αν ο εσωτερικός εντοπισμός<br>του τύπου mime δεν επιφέρει αποτελέσματα.No aspell usage
@@ -2361,5 +2480,17 @@ May be slow for big documents.
Click to add another index directory to the list. You can select either a Recoll configuration directory or a Xapian index.
+
+ Snippets window CSS file
+
+
+
+ Opens a dialog to select the Snippets window CSS style sheet file
+
+
+
+ Resets the Snippets window style
+
+
diff --git a/src/qtgui/i18n/recoll_es.qm b/src/qtgui/i18n/recoll_es.qm
index 60a36bf2..c9be5e3c 100644
Binary files a/src/qtgui/i18n/recoll_es.qm and b/src/qtgui/i18n/recoll_es.qm differ
diff --git a/src/qtgui/i18n/recoll_es.ts b/src/qtgui/i18n/recoll_es.ts
index 093cde06..654ec1ad 100644
--- a/src/qtgui/i18n/recoll_es.ts
+++ b/src/qtgui/i18n/recoll_es.ts
@@ -857,7 +857,7 @@ Do you want to start the preferences dialog ?
Query details
- Detalles de búsqueda
+ Detalles de búsquedaCould not open external index. Db not open. Check external indexes list.
@@ -925,7 +925,7 @@ Do you want to start the preferences dialog ?
Index not up to date for this file. Refusing to risk showing the wrong entry. Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
- Índice no actualizado para este fichero. No mostrado para evitar utilizar la entrada errónea. Presione Ok para actualizar el índice para este fichero, luego ejecute la consulta de nuevo cuando la indexación termine. En caso contrario, presione Cancelar.
+ Índice no actualizado para este fichero. No mostrado para evitar utilizar la entrada errónea. Presione Ok para actualizar el índice para este fichero, luego ejecute la consulta de nuevo cuando la indexación termine. En caso contrario, presione Cancelar.Can't update index: indexer running
@@ -956,6 +956,22 @@ Please check the mimeview file
External applications/commands needed for your file types and not found, as stored by the last indexing pass in
+
+ Index not up to date for this file. Refusing to risk showing the wrong entry.
+
+
+
+ Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
+
+
+
+ Indexer running so things should improve when it's done
+
+
+
+ Sub-documents and attachments
+
+ RclMainBase
@@ -1117,7 +1133,7 @@ Please check the mimeview file
sortByDateAsc
- ordenarPorFechaAsc
+ ordenarPorFechaAscSort by dates from oldest to newest
@@ -1125,7 +1141,7 @@ Please check the mimeview file
sortByDateDesc
- ordenarPorFechaDesc
+ ordenarPorFechaDescSort by dates from newest to oldest
@@ -1137,7 +1153,7 @@ Please check the mimeview file
Show results as table
- Mostrar resultados tabulados
+ Mostrar resultados tabulados&Rebuild index
@@ -1167,6 +1183,46 @@ Please check the mimeview file
&GUI configuration
+
+ &Results
+
+
+
+ Sort by date, oldest first
+
+
+
+ Sort by date, newest first
+
+
+
+ Show as table
+
+
+
+ Show results in a spreadsheet-like table
+
+
+
+ Save as CSV (spreadsheet) file
+
+
+
+ Saves the result into a file which you can load in a spreadsheet
+
+
+
+ Next Page
+
+
+
+ Previous Page
+
+
+
+ First Page
+
+ RecollModel
@@ -1259,19 +1315,19 @@ Please check the mimeview file
&Preview
- &Vista Previa
+ &Vista PreviaCopy &File Name
- Copiar nombre de &fichero
+ Copiar nombre de &ficheroCopy &URL
- Copiar &URL
+ Copiar &URLFind &similar documents
- Buscar documentos &similares
+ Buscar documentos &similaresDocument history
@@ -1307,19 +1363,19 @@ Please check the mimeview file
&Write to File
- &Escribir a fichero
+ &Escribir a ficheroPreview P&arent document/folder
- &Vista previa de documento/directorio ascendente
+ &Vista previa de documento/directorio ascendente&Open Parent document/folder
- &Abrir documento/directorio ascendente
+ &Abrir documento/directorio ascendente&Open
- &Abrir
+ &AbrirDocuments
@@ -1338,9 +1394,21 @@ Please check the mimeview file
- Open &Snippets window
+ Duplicate documents
+
+ These Urls ( | ipath) share the same content:
+
+
+
+ Result count (est.)
+ Conteo de resultados (est.)
+
+
+ Query details
+ Detalles de búsqueda
+ ResTable
@@ -1370,35 +1438,35 @@ Please check the mimeview file
&Preview
- &Vista previa
+ &Vista previa&Open
- &Abrir
+ &AbrirCopy &File Name
- Copiar nombre de &fichero
+ Copiar nombre de &ficheroCopy &URL
- Copiar &URL
+ Copiar &URL&Write to File
- &Escribir a fichero
+ &Escribir a ficheroFind &similar documents
- Buscar documentos &similares
+ Buscar documentos &similaresPreview P&arent document/folder
- &Vista previa de documento/directorio ascendente
+ &Vista previa de documento/directorio ascendente&Open Parent document/folder
- &Abrir documento/directorio ascendente
+ &Abrir documento/directorio ascendente&Save as CSV
@@ -1413,35 +1481,82 @@ Please check the mimeview file
ResTableDetailArea&Preview
- &Vista previa
+ &Vista previa&Open
- &Abrir
+ &AbrirCopy &File Name
- Copiar nombre de &fichero
+ Copiar nombre de &ficheroCopy &URL
- Copiar &URL
+ Copiar &URL&Write to File
- &Escribir a fichero
+ &Escribir a ficheroFind &similar documents
- Buscar documentos &similares
+ Buscar documentos &similaresPreview P&arent document/folder
- &Vista previa de documento/directorio ascendente
+ &Vista previa de documento/directorio ascendente&Open Parent document/folder
- &Abrir documento/directorio ascendente
+ &Abrir documento/directorio ascendente
+
+
+
+ ResultPopup
+
+ &Preview
+
+
+
+ &Open
+ &Abrir
+
+
+ Copy &File Name
+ Copiar nombre de &fichero
+
+
+ Copy &URL
+ Copiar &URL
+
+
+ &Write to File
+ &Escribir a fichero
+
+
+ Save selection to files
+
+
+
+ Preview P&arent document/folder
+ &Vista previa de documento/directorio ascendente
+
+
+ &Open Parent document/folder
+ &Abrir documento/directorio ascendente
+
+
+ Find &similar documents
+ Buscar documentos &similares
+
+
+ Open &Snippets window
+
+
+
+ Show subdocuments / attachments
+
@@ -1832,6 +1947,10 @@ Use el enlace <b>Mostrar Consulta</b> en caso de duda sobre el resul
At most one index should be selected
+
+ Cant add index with different case/diacritics stripping option
+
+ ViewAction
@@ -2130,11 +2249,11 @@ Esto ayuda con las búsquedas de ficheros de texto muy grandes (ej: ficheros de
Use system's 'file' command
- Utilizar el comando 'file' del sistema
+ Utilizar el comando 'file' del sistemaUse the system's 'file' command if internal<br>mime type identification fails.
- Utilizar el comando 'file' del sistema si la identificación interna de tipos MIME falla.
+ Utilizar el comando 'file' del sistema si la identificación interna de tipos MIME falla.Disables use of aspell to generate spelling approximation in the term explorer tool.<br> Useful if aspell is absent or does not work.
@@ -2453,5 +2572,17 @@ El valor por defecto es 2 (por ciento).
Click to add another index directory to the list. You can select either a Recoll configuration directory or a Xapian index.
+
+ Snippets window CSS file
+
+
+
+ Opens a dialog to select the Snippets window CSS style sheet file
+
+
+
+ Resets the Snippets window style
+
+
diff --git a/src/qtgui/i18n/recoll_fr.qm b/src/qtgui/i18n/recoll_fr.qm
index 0a771219..710903a0 100644
Binary files a/src/qtgui/i18n/recoll_fr.qm and b/src/qtgui/i18n/recoll_fr.qm differ
diff --git a/src/qtgui/i18n/recoll_fr.ts b/src/qtgui/i18n/recoll_fr.ts
index f8328d9e..ec854203 100644
--- a/src/qtgui/i18n/recoll_fr.ts
+++ b/src/qtgui/i18n/recoll_fr.ts
@@ -64,7 +64,7 @@
Restrict file types
- Restreindre le type de fichier
+ Restreindre les types de fichierSave as default
@@ -279,50 +279,50 @@ p, li { white-space: pre-wrap; }
EditTransSource path
-
+ Chemin sourceLocal path
-
+ Chemin localConfig error
-
+ Erreur configOriginal path
-
+ Chemin OriginelEditTransBasePath Translations
-
+ Traductions de cheminsSetting path translations for
-
+ Ajustement des traductions de chemins pourSelect one or several file types, then use the controls in the frame below to change how they are processed
-
+ Sélectionner un ou plusieurs types de fichiers, puis utiliser les contrôles dans le cadre ci-dessous pour changer leur traitementAdd
-
+ AjouterDelete
-
+ SupprimerCancel
- Annuler
+ AnnulerSave
-
+ Sauvegarder
@@ -606,7 +606,7 @@ Click Cancel if you want to edit the configuration file before indexing starts,
Beagle web history
- Queue Beagle
+ Queue WebSearch parameters
@@ -874,7 +874,7 @@ Voulez vous démarrer le dialogue de préférences ?
Query details
- Détails de la recherche
+ Détails de la rechercheCould not open external index. Db not open. Check external indexes list.
@@ -942,7 +942,7 @@ Voulez vous démarrer le dialogue de préférences ?
Index not up to date for this file. Refusing to risk showing the wrong entry. Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
- Index pas à jour pour ce fichier. Risque d'afficher une entrée incorrecte. Cliquer Ok pour mettre à jour l'index pour ce fichier, puis redémarrer la requête quand l'indexation est terminée. Sinon, Annuler.
+ Index pas à jour pour ce fichier. Risque d'afficher une entrée incorrecte. Cliquer Ok pour mettre à jour l'index pour ce fichier, puis redémarrer la requête quand l'indexation est terminée. Sinon, Annuler.Can't update index: indexer running
@@ -967,11 +967,27 @@ Please check the mimeview file
Indexing did not run yet
-
+ L'indexation n'a pas encore eu lieuExternal applications/commands needed for your file types and not found, as stored by the last indexing pass in
-
+ Applications et commandes externes nécessaires pour vos types de documents, et non trouvées, telles qu'enregistrées par la dernière séquence d'indexation dans
+
+
+ Index not up to date for this file. Refusing to risk showing the wrong entry.
+ L'index n'est pas à jour pour ce fichier. Il y aurait un risque d'afficher une entrée incorrecte
+
+
+ Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
+ Cliquer Ok pour mettre à jour l'index pour ce fichier, puis relancer la recherche quand l'indexation est terminée. Sinon cliquer Annuler
+
+
+ Indexer running so things should improve when it's done
+ L'indexeur est en cours d'execution, le fichier devrait être mis à jour
+
+
+ Sub-documents and attachments
+ Sous-documents et attachements
@@ -1086,11 +1102,11 @@ Please check the mimeview file
First page
- Premiere page
+ Première pageGo to first page of results
- Aller a la premiere page de resultats
+ Aller à la première page de résultats&Indexing configuration
@@ -1134,7 +1150,7 @@ Please check the mimeview file
sortByDateAsc
- sortByDateAsc
+ sortByDateAscSort by dates from oldest to newest
@@ -1142,7 +1158,7 @@ Please check the mimeview file
sortByDateDesc
- sortByDateDesc
+ sortByDateDescSort by dates from newest to oldest
@@ -1154,7 +1170,7 @@ Please check the mimeview file
Show results as table
- Afficher les résultats en tableau
+ Afficher les résultats en tableau&Rebuild index
@@ -1184,6 +1200,46 @@ Please check the mimeview file
&GUI configurationConfi&guration de l'interface
+
+ &Results
+ &Résultats
+
+
+ Sort by date, oldest first
+ Trier par date, le plus ancien en premier
+
+
+ Sort by date, newest first
+ Trier par date, le plus récent en premier
+
+
+ Show as table
+ Afficher comme un tableau
+
+
+ Show results in a spreadsheet-like table
+ Montrer les résultats dans un tableau
+
+
+ Save as CSV (spreadsheet) file
+ Sauver en format CSV (fichier tableur)
+
+
+ Saves the result into a file which you can load in a spreadsheet
+ Sauvegarde les résultats dans un fichier qu'il sera possible de charger dans un tableur
+
+
+ Next Page
+ Page suivante
+
+
+ Previous Page
+ Page précédente
+
+
+ First Page
+ Première page
+ RecollModel
@@ -1288,19 +1344,19 @@ Please check the mimeview file
&Preview
- &Voir contenu
+ &Voir contenuCopy &URL
- Copier l'&Url
+ Copier l'&UrlFind &similar documents
- Chercher des documents &similaires
+ Chercher des documents &similairesQuery details
- Détail de la recherche
+ Détail de la recherche(show query)
@@ -1308,7 +1364,7 @@ Please check the mimeview file
Copy &File Name
- Copier le nom de &Fichier
+ Copier le nom de &Fichierfiltered
@@ -1336,19 +1392,19 @@ Please check the mimeview file
&Write to File
- &Sauver sous
+ &Sauver sousPreview P&arent document/folder
- Prévisualiser le document p&arent
+ Prévisualiser le document p&arent&Open Parent document/folder
- &Ouvrir le document parent
+ &Ouvrir le document parent&Open
- &Ouvrir
+ &OuvrirDocuments
@@ -1368,7 +1424,19 @@ Please check the mimeview file
Open &Snippets window
- Ouvrir la fenêtre des e&xtraits
+ Ouvrir la fenêtre des e&xtraits
+
+
+ Duplicate documents
+ Documents identiques
+
+
+ These Urls ( | ipath) share the same content:
+ Ces URLs(| ipath) partagent le même contenu
+
+
+ Result count (est.)
+ Nombre de résultats (est.)
@@ -1399,35 +1467,35 @@ Please check the mimeview file
&Preview
- &Voir contenu
+ &Voir contenu&Open
- &Ouvrir
+ &OuvrirCopy &File Name
- Copier le nom de &Fichier
+ Copier le nom de &FichierCopy &URL
- Copier l'&Url
+ Copier l'&Url&Write to File
- &Sauver sous
+ &Sauver sousFind &similar documents
- Chercher des documents &similaires
+ Chercher des documents &similairesPreview P&arent document/folder
- Prévisualiser le document p&arent
+ Prévisualiser le document p&arent&Open Parent document/folder
- &Ouvrir le document parent
+ &Ouvrir le document parent&Save as CSV
@@ -1440,6 +1508,41 @@ Please check the mimeview file
ResTableDetailArea
+
+ &Preview
+ &Voir contenu
+
+
+ &Open
+ &Ouvrir
+
+
+ Copy &File Name
+ Copier le nom de &Fichier
+
+
+ Copy &URL
+ Copier l'&Url
+
+
+ &Write to File
+ &Sauver sous
+
+
+ Find &similar documents
+ Chercher des documents &similaires
+
+
+ Preview P&arent document/folder
+ Prévisualiser le document p&arent
+
+
+ &Open Parent document/folder
+ &Ouvrir le document parent
+
+
+
+ ResultPopup&Preview&Voir contenu
@@ -1461,8 +1564,8 @@ Please check the mimeview file
&Sauver sous
- Find &similar documents
- Chercher des documents &similaires
+ Save selection to files
+ Sauvegarder la sélection courante dans des fichiersPreview P&arent document/folder
@@ -1472,6 +1575,18 @@ Please check the mimeview file
&Open Parent document/folder&Ouvrir le document parent
+
+ Find &similar documents
+ Chercher des documents &similaires
+
+
+ Open &Snippets window
+ Ouvrir la fenêtre des e&xtraits
+
+
+ Show subdocuments / attachments
+ Afficher les sous-documents et attachements
+ SSearch
@@ -1762,15 +1877,15 @@ Utiliser le lien <b>Afficher la requête en détail</b> en cas de do
Match
-
+ Faire correspondreCase
-
+ Majuscules/MinusculesAccents
-
+ Accents
@@ -1837,39 +1952,39 @@ Utiliser le lien <b>Afficher la requête en détail</b> en cas de do
Show index statistics
-
+ Afficher les statistiques de l'indexNumber of documents
-
+ Nombre de documentsAverage terms per document
-
+ Nombre moyen de termes par documentSmallest document length
-
+ Longueur du plus petit documentLongest document length
-
+ Longueur du plus grand documentDatabase directory size
-
+ Taille occupee par l'indexMIME types:
-
+ Types MIMEItem
-
+ ElementValue
-
+ Valeur
@@ -1908,15 +2023,19 @@ Utiliser le lien <b>Afficher la requête en détail</b> en cas de do
Select recoll config directory or xapian index directory (e.g.: /home/me/.recoll or /home/me/.recoll/xapiandb)
-
+ Selection un repertoire de configuration Recoll ou un repertoire d'index Xapian (Ex: /home/moi/.recoll ou /home/moi/.recoll/xapiandb)The selected directory looks like a Recoll configuration directory but the configuration could not be read
-
+ Le repertoire selectionne ressemble a un repertoire de configuration Recoll mais la configuration n'a pas pu etre chargeeAt most one index should be selected
-
+ Selectionner au plus un index
+
+
+ Cant add index with different case/diacritics stripping option
+ Impossible d'ajouter un index avec une option differente de sensibilite a la casse et aux accents
@@ -2146,11 +2265,11 @@ Ceci devrait donner une meilleure pertinence aux résultats où les termes reche
Desktop Default
-
+ Défaut du bureauChanging entries with different current values
-
+ Nous changeons des éléments avec des valeurs actuelles différentes
@@ -2165,7 +2284,7 @@ Ceci devrait donner une meilleure pertinence aux résultats où les termes reche
Select one or several file types, then click Change Action to modify the program used to open them
- Sélectionner une ou plusieurs types de fichiers, puis cliquer Changer pour modifier le programme utiliser pour les ouvrir
+ Sélectionner une ou plusieurs types de fichiers, puis cliquer Changer pour modifier le programme utilisé pour les ouvrirChange Action
@@ -2185,27 +2304,27 @@ Ceci devrait donner une meilleure pertinence aux résultats où les termes reche
Select one or several mime types then use the controls in the bottom frame to change how they are processed.
-
+ Sélectionner un ou plusieurs types MIME, puis utiliser les contrôles dans le cadre du bas pour changer leur traitementUse Desktop preferences by default
-
+ Utiliser les préférences du bureauSelect one or several file types, then use the controls in the frame below to change how they are processed
-
+ Sélectionner un ou plusieurs types de fichiers, puis utiliser les contrôles dans le cadre du bas pour changer leur traitementException to Desktop preferences
-
+ Exception aux préférences du bureauAction (empty -> recoll default)
-
+ Action (vide -> utiliser le defaut recoll)Apply to current selection
-
+ Appliquer à la sélection courante
@@ -2448,11 +2567,11 @@ Ceci diminue les ressources consommées par l'indexation et aide le chargem
Use system's 'file' command
- Utiliser la commande 'file' du systeme
+ Utiliser la commande 'file' du systemeUse the system's 'file' command if internal<br>mime type identification fails.
- Utiliser la commande 'file' si la determination<br>interne du type mime n'obtient pas de resultat.
+ Utiliser la commande 'file' si la determination<br>interne du type mime n'obtient pas de resultat.Disables use of aspell to generate spelling approximation in the term explorer tool.<br> Useful if aspell is absent or does not work.
@@ -2675,7 +2794,7 @@ Peut ralentir l'affichage si les documents sont gros.
Abstract snippet separator
- Separateur d'extrait
+ Séparateur d'extraitUse <PRE> tags instead of <BR>to display plain text as html.
@@ -2769,19 +2888,31 @@ La valeur par défaut est 2%
Disable Qt autocompletion in search entry.
-
+ Desactiver l'autocompletion Qt dans l'entree de rechercheSearch as you type.
-
+ Lancer la recherche a chaque caractere entrePaths translations
-
+ Traductions de cheminsClick to add another index directory to the list. You can select either a Recoll configuration directory or a Xapian index.
-
+ Cliquer pour ajouter un autre index a la liste. Vous pouvez sélectionner soit un répertoire de configuration Recoll soit un index Xapian
+
+
+ Snippets window CSS file
+ Feuille de style CSS pour le popup de fragments
+
+
+ Opens a dialog to select the Snippets window CSS style sheet file
+ Ouvre un dialogue permettant de sélectionner la feuille de style CSS pour le popup des fragments
+
+
+ Resets the Snippets window style
+ Réinitialise le style de la fenêtre des fragments
diff --git a/src/qtgui/i18n/recoll_it.qm b/src/qtgui/i18n/recoll_it.qm
index ec8ad76d..15dde0e9 100644
Binary files a/src/qtgui/i18n/recoll_it.qm and b/src/qtgui/i18n/recoll_it.qm differ
diff --git a/src/qtgui/i18n/recoll_it.ts b/src/qtgui/i18n/recoll_it.ts
index c609b221..b3b1302b 100644
--- a/src/qtgui/i18n/recoll_it.ts
+++ b/src/qtgui/i18n/recoll_it.ts
@@ -808,7 +808,7 @@ Do you want to start the preferences dialog ?
Query details
- Dettagli ricerca
+ Dettagli ricercaCould not open external index. Db not open. Check external indexes list.
@@ -870,10 +870,6 @@ Do you want to start the preferences dialog ?
Content has been indexed for these mime types:
-
- Index not up to date for this file. Refusing to risk showing the wrong entry. Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
-
- Can't update index: indexer running
@@ -903,6 +899,22 @@ Please check the mimeview file
External applications/commands needed for your file types and not found, as stored by the last indexing pass in
+
+ Index not up to date for this file. Refusing to risk showing the wrong entry.
+
+
+
+ Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
+
+
+
+ Indexer running so things should improve when it's done
+
+
+
+ Sub-documents and attachments
+
+ RclMainBase
@@ -1058,18 +1070,10 @@ Please check the mimeview file
&Erase search history
-
- sortByDateAsc
-
- Sort by dates from oldest to newest
-
- sortByDateDesc
-
- Sort by dates from newest to oldest
@@ -1078,10 +1082,6 @@ Please check the mimeview file
Show Query Details
-
- Show results as table
-
- &Rebuild index
@@ -1110,6 +1110,46 @@ Please check the mimeview file
&GUI configuration
+
+ &Results
+
+
+
+ Sort by date, oldest first
+
+
+
+ Sort by date, newest first
+
+
+
+ Show as table
+
+
+
+ Show results in a spreadsheet-like table
+
+
+
+ Save as CSV (spreadsheet) file
+
+
+
+ Saves the result into a file which you can load in a spreadsheet
+
+
+
+ Next Page
+
+
+
+ Previous Page
+
+
+
+ First Page
+
+ RecollModel
@@ -1210,19 +1250,19 @@ Please check the mimeview file
&Preview
- &Anteprima
+ &AnteprimaCopy &URL
- Copia l'&Url
+ Copia l'&UrlFind &similar documents
- Trova documenti &simili
+ Trova documenti &similiQuery details
- Dettagli ricerca
+ Dettagli ricerca(show query)
@@ -1230,7 +1270,7 @@ Please check the mimeview file
Copy &File Name
- Copia il nome del &File
+ Copia il nome del &FileDocument history
@@ -1248,22 +1288,6 @@ Please check the mimeview file
<p><i>Alternate spellings (accents suppressed): </i>
-
- &Write to File
-
-
-
- Preview P&arent document/folder
-
-
-
- &Open Parent document/folder
-
-
-
- &Open
-
- DocumentsRisultati
@@ -1281,7 +1305,15 @@ Please check the mimeview file
- Open &Snippets window
+ Duplicate documents
+
+
+
+ These Urls ( | ipath) share the same content:
+
+
+
+ Result count (est.)
@@ -1305,35 +1337,19 @@ Please check the mimeview file
&Preview
- &Anteprima
-
-
- &Open
-
+ &AnteprimaCopy &File Name
- Copia il nome del &File
+ Copia il nome del &FileCopy &URL
- Copia l'&Url
-
-
- &Write to File
-
+ Copia l'&UrlFind &similar documents
- Trova documenti &simili
-
-
- Preview P&arent document/folder
-
-
-
- &Open Parent document/folder
-
+ Trova documenti &simili&Save as CSV
@@ -1346,6 +1362,25 @@ Please check the mimeview file
ResTableDetailArea
+
+ &Preview
+ &Anteprima
+
+
+ Copy &File Name
+ Copia il nome del &File
+
+
+ Copy &URL
+ Copia l'&Url
+
+
+ Find &similar documents
+ Trova documenti &simili
+
+
+
+ ResultPopup&Preview&Anteprima
@@ -1367,8 +1402,8 @@ Please check the mimeview file
- Find &similar documents
- Trova documenti &simili
+ Save selection to files
+ Preview P&arent document/folder
@@ -1378,6 +1413,18 @@ Please check the mimeview file
&Open Parent document/folder
+
+ Find &similar documents
+ Trova documenti &simili
+
+
+ Open &Snippets window
+
+
+
+ Show subdocuments / attachments
+
+ SSearch
@@ -1797,6 +1844,10 @@ Use <b>Show Query</b> link when in doubt about result and see manual
At most one index should be selected
+
+ Cant add index with different case/diacritics stripping option
+
+ UIPrefsDialogBase
@@ -2260,11 +2311,11 @@ This will help searching very big text files (ie: log files).
Use system's 'file' command
- Usa il comando di sistema 'file'
+ Usa il comando di sistema 'file'Use the system's 'file' command if internal<br>mime type identification fails.
- Usa il comando di sistema 'file' se fallisce<br>l'identificazione interna del tipo mime.
+ Usa il comando di sistema 'file' se fallisce<br>l'identificazione interna del tipo mime.Disables use of aspell to generate spelling approximation in the term explorer tool.<br> Useful if aspell is absent or does not work.
@@ -2564,5 +2615,17 @@ The default value is 2 (percent).
Click to add another index directory to the list. You can select either a Recoll configuration directory or a Xapian index.
+
+ Snippets window CSS file
+
+
+
+ Opens a dialog to select the Snippets window CSS style sheet file
+
+
+
+ Resets the Snippets window style
+
+
diff --git a/src/qtgui/i18n/recoll_lt.qm b/src/qtgui/i18n/recoll_lt.qm
index b666133e..1036a9a1 100644
Binary files a/src/qtgui/i18n/recoll_lt.qm and b/src/qtgui/i18n/recoll_lt.qm differ
diff --git a/src/qtgui/i18n/recoll_lt.ts b/src/qtgui/i18n/recoll_lt.ts
index 301a0cf9..255083b7 100644
--- a/src/qtgui/i18n/recoll_lt.ts
+++ b/src/qtgui/i18n/recoll_lt.ts
@@ -828,7 +828,7 @@ Ar norėtumete iššaukti nustatymų langą?
Query details
- Užklausos detalės
+ Užklausos detalėsCould not open external index. Db not open. Check external indexes list.
@@ -890,10 +890,6 @@ Ar norėtumete iššaukti nustatymų langą?
Content has been indexed for these mime types:
-
- Index not up to date for this file. Refusing to risk showing the wrong entry. Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
-
- Can't update index: indexer running
@@ -923,6 +919,22 @@ Please check the mimeview file
External applications/commands needed for your file types and not found, as stored by the last indexing pass in
+
+ Index not up to date for this file. Refusing to risk showing the wrong entry.
+
+
+
+ Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
+
+
+
+ Indexer running so things should improve when it's done
+
+
+
+ Sub-documents and attachments
+
+ RclMainBase
@@ -1078,18 +1090,10 @@ Please check the mimeview file
&Erase search history
-
- sortByDateAsc
-
- Sort by dates from oldest to newest
-
- sortByDateDesc
-
- Sort by dates from newest to oldest
@@ -1098,10 +1102,6 @@ Please check the mimeview file
Show Query Details
-
- Show results as table
-
- &Rebuild index
@@ -1130,6 +1130,46 @@ Please check the mimeview file
&GUI configuration
+
+ &Results
+
+
+
+ Sort by date, oldest first
+
+
+
+ Sort by date, newest first
+
+
+
+ Show as table
+
+
+
+ Show results in a spreadsheet-like table
+
+
+
+ Save as CSV (spreadsheet) file
+
+
+
+ Saves the result into a file which you can load in a spreadsheet
+
+
+
+ Next Page
+
+
+
+ Previous Page
+
+
+
+ First Page
+
+ RecollModel
@@ -1218,23 +1258,23 @@ Please check the mimeview file
&Preview
- &Peržiūra
+ &PeržiūraCopy &File Name
- Kopijuoti &Bylos vardą
+ Kopijuoti &Bylos vardąCopy &URL
- Kopijuoti &URL
+ Kopijuoti &URLFind &similar documents
- Rasti &panašius dokumentus
+ Rasti &panašius dokumentusQuery details
- Užklausos detalės
+ Užklausos detalėsfiltered
@@ -1278,15 +1318,15 @@ Please check the mimeview file
&Write to File
- &Įrašyti į bylą
+ &Įrašyti į byląPreview P&arent document/folder
- Peržiūrėti &Aukštesnio lygio dokumentus/direktorijas
+ Peržiūrėti &Aukštesnio lygio dokumentus/direktorijas&Open Parent document/folder
- Atidaryti &Aukštesnio lygio dokumentus/direktorijas
+ Atidaryti &Aukštesnio lygio dokumentus/direktorijasDocuments
@@ -1300,16 +1340,20 @@ Please check the mimeview file
for
-
- &Open
-
- <p><i>Alternate spellings: </i>
- Open &Snippets window
+ Duplicate documents
+
+
+
+ These Urls ( | ipath) share the same content:
+
+
+
+ Result count (est.)
@@ -1333,35 +1377,31 @@ Please check the mimeview file
&Preview
- &Peržiūra
-
-
- &Open
-
+ &PeržiūraCopy &File Name
- Kopijuoti &Bylos vardą
+ Kopijuoti &Bylos vardąCopy &URL
- Kopijuoti &URL
+ Kopijuoti &URL&Write to File
- &Įrašyti į bylą
+ &Įrašyti į byląFind &similar documents
- Rasti &panašius dokumentus
+ Rasti &panašius dokumentusPreview P&arent document/folder
- Peržiūrėti &Aukštesnio lygio dokumentus/direktorijas
+ Peržiūrėti &Aukštesnio lygio dokumentus/direktorijas&Open Parent document/folder
- Atidaryti &Aukštesnio lygio dokumentus/direktorijas
+ Atidaryti &Aukštesnio lygio dokumentus/direktorijas&Save as CSV
@@ -1374,6 +1414,37 @@ Please check the mimeview file
ResTableDetailArea
+
+ &Preview
+ &Peržiūra
+
+
+ Copy &File Name
+ Kopijuoti &Bylos vardą
+
+
+ Copy &URL
+ Kopijuoti &URL
+
+
+ &Write to File
+ &Įrašyti į bylą
+
+
+ Find &similar documents
+ Rasti &panašius dokumentus
+
+
+ Preview P&arent document/folder
+ Peržiūrėti &Aukštesnio lygio dokumentus/direktorijas
+
+
+ &Open Parent document/folder
+ Atidaryti &Aukštesnio lygio dokumentus/direktorijas
+
+
+
+ ResultPopup&Preview&Peržiūra
@@ -1395,8 +1466,8 @@ Please check the mimeview file
&Įrašyti į bylą
- Find &similar documents
- Rasti &panašius dokumentus
+ Save selection to files
+ Preview P&arent document/folder
@@ -1406,6 +1477,18 @@ Please check the mimeview file
&Open Parent document/folderAtidaryti &Aukštesnio lygio dokumentus/direktorijas
+
+ Find &similar documents
+ Rasti &panašius dokumentus
+
+
+ Open &Snippets window
+
+
+
+ Show subdocuments / attachments
+
+ SSearch
@@ -1824,6 +1907,10 @@ Use <b>Show Query</b> link when in doubt about result and see manual
At most one index should be selected
+
+ Cant add index with different case/diacritics stripping option
+
+ UIPrefsDialogBase
@@ -2339,11 +2426,11 @@ This will help searching very big text files (ie: log files).
Use system's 'file' command
- Naudoti sistemos 'file' komandą
+ Naudoti sistemos 'file' komandąUse the system's 'file' command if internal<br>mime type identification fails.
- Jei nepavyks atpažinti mime tipo<br>naudoti sistemos 'file' komandą.
+ Jei nepavyks atpažinti mime tipo<br>naudoti sistemos 'file' komandą. Disables use of aspell to generate spelling approximation in the term explorer tool.<br> Useful if aspell is absent or does not work.
@@ -2642,5 +2729,17 @@ The default value is 2 (percent).
Click to add another index directory to the list. You can select either a Recoll configuration directory or a Xapian index.
+
+ Snippets window CSS file
+
+
+
+ Opens a dialog to select the Snippets window CSS style sheet file
+
+
+
+ Resets the Snippets window style
+
+
diff --git a/src/qtgui/i18n/recoll_ru.qm b/src/qtgui/i18n/recoll_ru.qm
index 871fadfe..ed6f28d2 100644
Binary files a/src/qtgui/i18n/recoll_ru.qm and b/src/qtgui/i18n/recoll_ru.qm differ
diff --git a/src/qtgui/i18n/recoll_ru.ts b/src/qtgui/i18n/recoll_ru.ts
index 74de4d9d..4693bcd0 100644
--- a/src/qtgui/i18n/recoll_ru.ts
+++ b/src/qtgui/i18n/recoll_ru.ts
@@ -871,7 +871,7 @@ Do you want to start the preferences dialog ?
Query details
- Подробности запроса
+ Подробности запросаCould not open external index. Db not open. Check external indexes list.
@@ -939,7 +939,7 @@ Do you want to start the preferences dialog ?
Index not up to date for this file. Refusing to risk showing the wrong entry. Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
- Индекс для этого файла устарел. Не буду рисковать показывать не тот фрагмент. Нажмите OK для обновления индекса для этого файла, затем повторите запрос. Или же Отменить.
+ Индекс для этого файла устарел. Не буду рисковать показывать не тот фрагмент. Нажмите OK для обновления индекса для этого файла, затем повторите запрос. Или же Отменить.Can't update index: indexer running
@@ -970,6 +970,22 @@ Please check the mimeview file
External applications/commands needed for your file types and not found, as stored by the last indexing pass in
+
+ Index not up to date for this file. Refusing to risk showing the wrong entry.
+
+
+
+ Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
+
+
+
+ Indexer running so things should improve when it's done
+
+
+
+ Sub-documents and attachments
+
+ RclMainBase
@@ -1127,7 +1143,7 @@ Please check the mimeview file
sortByDateAsc
- sortByDateAsc
+ sortByDateAscSort by dates from oldest to newest
@@ -1135,7 +1151,7 @@ Please check the mimeview file
sortByDateDesc
- sortByDateDesc
+ sortByDateDescSort by dates from newest to oldest
@@ -1147,7 +1163,7 @@ Please check the mimeview file
Show results as table
- Показать результаты в виде таблицы
+ Показать результаты в виде таблицы&Rebuild index
@@ -1177,6 +1193,46 @@ Please check the mimeview file
&GUI configuration
+
+ &Results
+
+
+
+ Sort by date, oldest first
+
+
+
+ Sort by date, newest first
+
+
+
+ Show as table
+
+
+
+ Show results in a spreadsheet-like table
+
+
+
+ Save as CSV (spreadsheet) file
+
+
+
+ Saves the result into a file which you can load in a spreadsheet
+
+
+
+ Next Page
+
+
+
+ Previous Page
+
+
+
+ First Page
+
+ RecollModel
@@ -1277,15 +1333,15 @@ Please check the mimeview file
&Preview
- &Просмотр
+ &ПросмотрFind &similar documents
- Найти &подобные документы
+ Найти &подобные документыQuery details
- Подробности запроса
+ Подробности запроса(show query)
@@ -1293,11 +1349,11 @@ Please check the mimeview file
Copy &File Name
- Скопировать &имя файла
+ Скопировать &имя файлаCopy &URL
- Копировать &URL
+ Копировать &URLfiltered
@@ -1325,19 +1381,19 @@ Please check the mimeview file
&Write to File
- &Сохранить в файл
+ &Сохранить в файлPreview P&arent document/folder
- &Предпросмотр родительского документа/каталога
+ &Предпросмотр родительского документа/каталога&Open Parent document/folder
- &Открыть родительский документ/каталог
+ &Открыть родительский документ/каталог&Open
- О&ткрыть
+ О&ткрытьDocuments
@@ -1356,9 +1412,17 @@ Please check the mimeview file
- Open &Snippets window
+ Duplicate documents
+
+ These Urls ( | ipath) share the same content:
+
+
+
+ Result count (est.)
+ Результатов (примерно)
+ ResTable
@@ -1388,35 +1452,35 @@ Please check the mimeview file
&Preview
- &Просмотр
+ &Просмотр&Open
- О&ткрыть
+ О&ткрытьCopy &File Name
- Скопировать &имя файла
+ Скопировать &имя файлаCopy &URL
- Копировать &URL
+ Копировать &URL&Write to File
- &Сохранить в файл
+ &Сохранить в файлFind &similar documents
- Найти &подобные документы
+ Найти &подобные документыPreview P&arent document/folder
- &Предпросмотр родительского документа/каталога
+ &Предпросмотр родительского документа/каталога&Open Parent document/folder
- &Открыть родительский документ/каталог
+ &Открыть родительский документ/каталог&Save as CSV
@@ -1431,35 +1495,82 @@ Please check the mimeview file
ResTableDetailArea&Preview
- &Просмотр
+ &Просмотр&Open
- О&ткрыть
+ О&ткрытьCopy &File Name
- Скопировать &имя файла
+ Скопировать &имя файлаCopy &URL
- Копировать &URL
+ Копировать &URL&Write to File
- &Сохранить в файл
+ &Сохранить в файлFind &similar documents
- Найти &подобные документы
+ Найти &подобные документыPreview P&arent document/folder
- &Предпросмотр родительского документа/каталога
+ &Предпросмотр родительского документа/каталога&Open Parent document/folder
- &Открыть родительский документ/каталог
+ &Открыть родительский документ/каталог
+
+
+
+ ResultPopup
+
+ &Preview
+ &Просмотр
+
+
+ &Open
+ О&ткрыть
+
+
+ Copy &File Name
+ Скопировать &имя файла
+
+
+ Copy &URL
+ Копировать &URL
+
+
+ &Write to File
+ &Сохранить в файл
+
+
+ Save selection to files
+
+
+
+ Preview P&arent document/folder
+ &Предпросмотр родительского документа/каталога
+
+
+ &Open Parent document/folder
+ &Открыть родительский документ/каталог
+
+
+ Find &similar documents
+ Найти &подобные документы
+
+
+ Open &Snippets window
+
+
+
+ Show subdocuments / attachments
+
@@ -1891,6 +2002,10 @@ Use <b>Show Query</b> link when in doubt about result and see manual
At most one index should be selected
+
+ Cant add index with different case/diacritics stripping option
+
+ UIPrefsDialogBase
@@ -2401,11 +2516,11 @@ This will help searching very big text files (ie: log files).
Use system's 'file' command
- Использовать системную 'file'
+ Использовать системную 'file'Use the system's 'file' command if internal<br>mime type identification fails.
- Использовать системную команду 'file' <br>при сбое внутреннего определителя типов MIME.
+ Использовать системную команду 'file' <br>при сбое внутреннего определителя типов MIME.These are names of directories which indexing will not enter.<br> May contain wildcards. Must match the paths seen by the indexer (ie: if topdirs includes '/home/me' and '/home' is actually a link to '/usr/home', a correct skippedPath entry would be '/home/me/tmp*', not '/usr/home/me/tmp*')
@@ -2736,5 +2851,17 @@ The default value is 2 (percent).
Click to add another index directory to the list. You can select either a Recoll configuration directory or a Xapian index.
+
+ Snippets window CSS file
+
+
+
+ Opens a dialog to select the Snippets window CSS style sheet file
+
+
+
+ Resets the Snippets window style
+
+
diff --git a/src/qtgui/i18n/recoll_tr.qm b/src/qtgui/i18n/recoll_tr.qm
index ec9028b0..ba6fa7dd 100644
Binary files a/src/qtgui/i18n/recoll_tr.qm and b/src/qtgui/i18n/recoll_tr.qm differ
diff --git a/src/qtgui/i18n/recoll_tr.ts b/src/qtgui/i18n/recoll_tr.ts
index 98238735..0fd9d148 100644
--- a/src/qtgui/i18n/recoll_tr.ts
+++ b/src/qtgui/i18n/recoll_tr.ts
@@ -809,7 +809,7 @@ Do you want to start the preferences dialog ?
Query details
- Sorgu detayları
+ Sorgu detaylarıCould not open external index. Db not open. Check external indexes list.
@@ -871,10 +871,6 @@ Do you want to start the preferences dialog ?
Content has been indexed for these mime types:
-
- Index not up to date for this file. Refusing to risk showing the wrong entry. Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
-
- Can't update index: indexer running
@@ -904,6 +900,22 @@ Please check the mimeview file
External applications/commands needed for your file types and not found, as stored by the last indexing pass in
+
+ Index not up to date for this file. Refusing to risk showing the wrong entry.
+
+
+
+ Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
+
+
+
+ Indexer running so things should improve when it's done
+
+
+
+ Sub-documents and attachments
+
+ RclMainBase
@@ -1059,18 +1071,10 @@ Please check the mimeview file
&Erase search history
-
- sortByDateAsc
-
- Sort by dates from oldest to newest
-
- sortByDateDesc
-
- Sort by dates from newest to oldest
@@ -1079,10 +1083,6 @@ Please check the mimeview file
Show Query Details
-
- Show results as table
-
- &Rebuild index
@@ -1111,6 +1111,46 @@ Please check the mimeview file
&GUI configuration
+
+ &Results
+
+
+
+ Sort by date, oldest first
+
+
+
+ Sort by date, newest first
+
+
+
+ Show as table
+
+
+
+ Show results in a spreadsheet-like table
+
+
+
+ Save as CSV (spreadsheet) file
+
+
+
+ Saves the result into a file which you can load in a spreadsheet
+
+
+
+ Next Page
+
+
+
+ Previous Page
+
+
+
+ First Page
+
+ RecollModel
@@ -1215,23 +1255,23 @@ Please check the mimeview file
&Preview
- &Önizle
+ &ÖnizleCopy &File Name
- &Dosya Adını Kopyala
+ &Dosya Adını KopyalaCopy &URL
- &Adresi Kopyala
+ &Adresi KopyalaFind &similar documents
- Benzer belgeleri &bul
+ Benzer belgeleri &bulQuery details
- Sorgu detayları
+ Sorgu detaylarıDocument history
@@ -1249,22 +1289,6 @@ Please check the mimeview file
<p><i>Alternate spellings (accents suppressed): </i>
-
- &Write to File
-
-
-
- Preview P&arent document/folder
-
-
-
- &Open Parent document/folder
-
-
-
- &Open
-
- Documents
@@ -1282,7 +1306,15 @@ Please check the mimeview file
- Open &Snippets window
+ Duplicate documents
+
+
+
+ These Urls ( | ipath) share the same content:
+
+
+
+ Result count (est.)
@@ -1306,35 +1338,19 @@ Please check the mimeview file
&Preview
- &Önizle
-
-
- &Open
-
+ &ÖnizleCopy &File Name
- &Dosya Adını Kopyala
+ &Dosya Adını KopyalaCopy &URL
- &Adresi Kopyala
-
-
- &Write to File
-
+ &Adresi KopyalaFind &similar documents
- Benzer belgeleri &bul
-
-
- Preview P&arent document/folder
-
-
-
- &Open Parent document/folder
-
+ Benzer belgeleri &bul&Save as CSV
@@ -1347,6 +1363,25 @@ Please check the mimeview file
ResTableDetailArea
+
+ &Preview
+ &Önizle
+
+
+ Copy &File Name
+ &Dosya Adını Kopyala
+
+
+ Copy &URL
+ &Adresi Kopyala
+
+
+ Find &similar documents
+ Benzer belgeleri &bul
+
+
+
+ ResultPopup&Preview&Önizle
@@ -1368,8 +1403,8 @@ Please check the mimeview file
- Find &similar documents
- Benzer belgeleri &bul
+ Save selection to files
+ Preview P&arent document/folder
@@ -1379,6 +1414,18 @@ Please check the mimeview file
&Open Parent document/folder
+
+ Find &similar documents
+ Benzer belgeleri &bul
+
+
+ Open &Snippets window
+
+
+
+ Show subdocuments / attachments
+
+ SSearch
@@ -1797,6 +1844,10 @@ Use <b>Show Query</b> link when in doubt about result and see manual
At most one index should be selected
+
+ Cant add index with different case/diacritics stripping option
+
+ UIPrefsDialogBase
@@ -2260,11 +2311,11 @@ This will help searching very big text files (ie: log files).
Use system's 'file' command
- Sistemdeki 'file' komutunu kullan
+ Sistemdeki 'file' komutunu kullanUse the system's 'file' command if internal<br>mime type identification fails.
- İç mime tipi belirleme işlemi başarısız olursa<br> sistemdeki 'file' komutunu kullan.
+ İç mime tipi belirleme işlemi başarısız olursa<br> sistemdeki 'file' komutunu kullan.Disables use of aspell to generate spelling approximation in the term explorer tool.<br> Useful if aspell is absent or does not work.
@@ -2564,5 +2615,17 @@ The default value is 2 (percent).
Click to add another index directory to the list. You can select either a Recoll configuration directory or a Xapian index.
+
+ Snippets window CSS file
+
+
+
+ Opens a dialog to select the Snippets window CSS style sheet file
+
+
+
+ Resets the Snippets window style
+
+
diff --git a/src/qtgui/i18n/recoll_uk.qm b/src/qtgui/i18n/recoll_uk.qm
index c7c0159a..341dbb30 100644
Binary files a/src/qtgui/i18n/recoll_uk.qm and b/src/qtgui/i18n/recoll_uk.qm differ
diff --git a/src/qtgui/i18n/recoll_uk.ts b/src/qtgui/i18n/recoll_uk.ts
index 1abd967d..db5de347 100644
--- a/src/qtgui/i18n/recoll_uk.ts
+++ b/src/qtgui/i18n/recoll_uk.ts
@@ -830,7 +830,7 @@ Do you want to start the preferences dialog ?
Query details
- Деталі запиту
+ Деталі запитуCould not open external index. Db not open. Check external indexes list.
@@ -892,10 +892,6 @@ Do you want to start the preferences dialog ?
Content has been indexed for these mime types:
-
- Index not up to date for this file. Refusing to risk showing the wrong entry. Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
-
- Can't update index: indexer running
@@ -925,6 +921,22 @@ Please check the mimeview file
External applications/commands needed for your file types and not found, as stored by the last indexing pass in
+
+ Index not up to date for this file. Refusing to risk showing the wrong entry.
+
+
+
+ Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
+
+
+
+ Indexer running so things should improve when it's done
+
+
+
+ Sub-documents and attachments
+
+ RclMainBase
@@ -1080,18 +1092,10 @@ Please check the mimeview file
&Erase search history
-
- sortByDateAsc
-
- Sort by dates from oldest to newest
-
- sortByDateDesc
-
- Sort by dates from newest to oldest
@@ -1100,10 +1104,6 @@ Please check the mimeview file
Show Query Details
-
- Show results as table
-
- &Rebuild index
@@ -1132,6 +1132,46 @@ Please check the mimeview file
&GUI configuration
+
+ &Results
+
+
+
+ Sort by date, oldest first
+
+
+
+ Sort by date, newest first
+
+
+
+ Show as table
+
+
+
+ Show results in a spreadsheet-like table
+
+
+
+ Save as CSV (spreadsheet) file
+
+
+
+ Saves the result into a file which you can load in a spreadsheet
+
+
+
+ Next Page
+
+
+
+ Previous Page
+
+
+
+ First Page
+
+ RecollModel
@@ -1232,15 +1272,15 @@ Please check the mimeview file
&Preview
- &Переглянути
+ &ПереглянутиFind &similar documents
- Знайти &схожі документи
+ Знайти &схожі документиQuery details
- Деталі запиту
+ Деталі запиту(show query)
@@ -1248,11 +1288,11 @@ Please check the mimeview file
Copy &File Name
- Копіювати &назву файла
+ Копіювати &назву файлаCopy &URL
- Копіювати &URL
+ Копіювати &URLfiltered
@@ -1278,22 +1318,6 @@ Please check the mimeview file
<p><i>Alternate spellings (accents suppressed): </i>
-
- &Write to File
-
-
-
- Preview P&arent document/folder
-
-
-
- &Open Parent document/folder
-
-
-
- &Open
-
- DocumentsДокументи
@@ -1311,7 +1335,15 @@ Please check the mimeview file
- Open &Snippets window
+ Duplicate documents
+
+
+
+ These Urls ( | ipath) share the same content:
+
+
+
+ Result count (est.)
@@ -1335,35 +1367,19 @@ Please check the mimeview file
&Preview
- &Переглянути
-
-
- &Open
-
+ &ПереглянутиCopy &File Name
- Копіювати &назву файла
+ Копіювати &назву файлаCopy &URL
- Копіювати &URL
-
-
- &Write to File
-
+ Копіювати &URLFind &similar documents
- Знайти &схожі документи
-
-
- Preview P&arent document/folder
-
-
-
- &Open Parent document/folder
-
+ Знайти &схожі документи&Save as CSV
@@ -1376,6 +1392,25 @@ Please check the mimeview file
ResTableDetailArea
+
+ &Preview
+ &Переглянути
+
+
+ Copy &File Name
+ Копіювати &назву файла
+
+
+ Copy &URL
+ Копіювати &URL
+
+
+ Find &similar documents
+ Знайти &схожі документи
+
+
+
+ ResultPopup&Preview&Переглянути
@@ -1397,8 +1432,8 @@ Please check the mimeview file
- Find &similar documents
- Знайти &схожі документи
+ Save selection to files
+ Preview P&arent document/folder
@@ -1408,6 +1443,18 @@ Please check the mimeview file
&Open Parent document/folder
+
+ Find &similar documents
+ Знайти &схожі документи
+
+
+ Open &Snippets window
+
+
+
+ Show subdocuments / attachments
+
+ SSearch
@@ -1822,6 +1869,10 @@ Use <b>Show Query</b> link when in doubt about result and see manual
At most one index should be selected
+
+ Cant add index with different case/diacritics stripping option
+
+ UIPrefsDialogBase
@@ -2297,11 +2348,11 @@ This will help searching very big text files (ie: log files).
Use system's 'file' command
- Використовувати системну 'file'
+ Використовувати системну 'file'Use the system's 'file' command if internal<br>mime type identification fails.
- Використовувати команду 'file' з системи, коли внутрішнє<br>визначення типу MIME дає збій.
+ Використовувати команду 'file' з системи, коли внутрішнє<br>визначення типу MIME дає збій.These are names of directories which indexing will not enter.<br> May contain wildcards. Must match the paths seen by the indexer (ie: if topdirs includes '/home/me' and '/home' is actually a link to '/usr/home', a correct skippedPath entry would be '/home/me/tmp*', not '/usr/home/me/tmp*')
@@ -2609,5 +2660,17 @@ The default value is 2 (percent).
Click to add another index directory to the list. You can select either a Recoll configuration directory or a Xapian index.
+
+ Snippets window CSS file
+
+
+
+ Opens a dialog to select the Snippets window CSS style sheet file
+
+
+
+ Resets the Snippets window style
+
+
diff --git a/src/qtgui/i18n/recoll_xx.ts b/src/qtgui/i18n/recoll_xx.ts
index f85dd3c6..50d5f127 100644
--- a/src/qtgui/i18n/recoll_xx.ts
+++ b/src/qtgui/i18n/recoll_xx.ts
@@ -759,10 +759,6 @@ Do you want to start the preferences dialog ?
Result count (est.)
-
- Query details
-
- Could not open external index. Db not open. Check external indexes list.
@@ -823,10 +819,6 @@ Do you want to start the preferences dialog ?
Content has been indexed for these mime types:
-
- Index not up to date for this file. Refusing to risk showing the wrong entry. Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
-
- Can't update index: indexer running
@@ -856,6 +848,22 @@ Please check the mimeview file
External applications/commands needed for your file types and not found, as stored by the last indexing pass in
+
+ Index not up to date for this file. Refusing to risk showing the wrong entry.
+
+
+
+ Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
+
+
+
+ Indexer running so things should improve when it's done
+
+
+
+ Sub-documents and attachments
+
+ RclMainBase
@@ -1003,18 +1011,10 @@ Please check the mimeview file
&Erase search history
-
- sortByDateAsc
-
- Sort by dates from oldest to newest
-
- sortByDateDesc
-
- Sort by dates from newest to oldest
@@ -1023,10 +1023,6 @@ Please check the mimeview file
Show Query Details
-
- Show results as table
-
- &Rebuild index
@@ -1055,6 +1051,46 @@ Please check the mimeview file
&GUI configuration
+
+ &Results
+
+
+
+ Sort by date, oldest first
+
+
+
+ Sort by date, newest first
+
+
+
+ Show as table
+
+
+
+ Show results in a spreadsheet-like table
+
+
+
+ Save as CSV (spreadsheet) file
+
+
+
+ Saves the result into a file which you can load in a spreadsheet
+
+
+
+ Next Page
+
+
+
+ Previous Page
+
+
+
+ First Page
+
+ RecollModel
@@ -1137,22 +1173,6 @@ Please check the mimeview file
(show query)
-
- &Preview
-
-
-
- Copy &File Name
-
-
-
- Copy &URL
-
-
-
- Find &similar documents
-
- Document history
@@ -1185,22 +1205,6 @@ Please check the mimeview file
<p><i>Alternate spellings (accents suppressed): </i>
-
- &Write to File
-
-
-
- Preview P&arent document/folder
-
-
-
- &Open Parent document/folder
-
-
-
- &Open
-
- Documents
@@ -1218,7 +1222,19 @@ Please check the mimeview file
- Open &Snippets window
+ Duplicate documents
+
+
+
+ These Urls ( | ipath) share the same content:
+
+
+
+ Result count (est.)
+
+
+
+ Query details
@@ -1240,38 +1256,6 @@ Please check the mimeview file
Can't open/create file:
-
- &Preview
-
-
-
- &Open
-
-
-
- Copy &File Name
-
-
-
- Copy &URL
-
-
-
- &Write to File
-
-
-
- Find &similar documents
-
-
-
- Preview P&arent document/folder
-
-
-
- &Open Parent document/folder
-
- &Save as CSV
@@ -1282,7 +1266,7 @@ Please check the mimeview file
- ResTableDetailArea
+ ResultPopup&Preview
@@ -1304,7 +1288,7 @@ Please check the mimeview file
- Find &similar documents
+ Save selection to files
@@ -1315,6 +1299,18 @@ Please check the mimeview file
&Open Parent document/folder
+
+ Find &similar documents
+
+
+
+ Open &Snippets window
+
+
+
+ Show subdocuments / attachments
+
+ SSearch
@@ -1647,6 +1643,10 @@ Use <b>Show Query</b> link when in doubt about result and see manual
At most one index should be selected
+
+ Cant add index with different case/diacritics stripping option
+
+ ViewAction
@@ -1901,14 +1901,6 @@ This will help searching very big text files (ie: log files).
Database directory name
-
- Use system's 'file' command
-
-
-
- Use the system's 'file' command if internal<br>mime type identification fails.
-
- Disables use of aspell to generate spelling approximation in the term explorer tool.<br> Useful if aspell is absent or does not work.
@@ -2189,5 +2181,17 @@ The default value is 2 (percent).
Click to add another index directory to the list. You can select either a Recoll configuration directory or a Xapian index.
+
+ Snippets window CSS file
+
+
+
+ Opens a dialog to select the Snippets window CSS style sheet file
+
+
+
+ Resets the Snippets window style
+
+
diff --git a/src/qtgui/i18n/recoll_zh.qm b/src/qtgui/i18n/recoll_zh.qm
index e564826a..6747fcab 100644
Binary files a/src/qtgui/i18n/recoll_zh.qm and b/src/qtgui/i18n/recoll_zh.qm differ
diff --git a/src/qtgui/i18n/recoll_zh.ts b/src/qtgui/i18n/recoll_zh.ts
index ddc6b128..b9d51182 100644
--- a/src/qtgui/i18n/recoll_zh.ts
+++ b/src/qtgui/i18n/recoll_zh.ts
@@ -898,7 +898,7 @@ Do you want to start the preferences dialog ?
Query details
- 查询语句细节
+ 查询语句细节Could not open external index. Db not open. Check external indexes list.
@@ -962,7 +962,7 @@ Do you want to start the preferences dialog ?
Index not up to date for this file. Refusing to risk showing the wrong entry. Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
- 此文件的索引已过时。程序拒绝显示错误的条目。请点击确定以更新此文件的索引,等待索引完成之后再查询。或者,取消。
+ 此文件的索引已过时。程序拒绝显示错误的条目。请点击确定以更新此文件的索引,等待索引完成之后再查询。或者,取消。Can't update index: indexer running
@@ -993,6 +993,22 @@ Please check the mimeview file
External applications/commands needed for your file types and not found, as stored by the last indexing pass in
+
+ Index not up to date for this file. Refusing to risk showing the wrong entry.
+
+
+
+ Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
+
+
+
+ Indexer running so things should improve when it's done
+
+
+
+ Sub-documents and attachments
+
+ RclMainBase
@@ -1150,7 +1166,7 @@ Please check the mimeview file
sortByDateAsc
- 按日期升序排列
+ 按日期升序排列Sort by dates from oldest to newest
@@ -1158,7 +1174,7 @@ Please check the mimeview file
sortByDateDesc
- 按日期降序排列
+ 按日期降序排列Sort by dates from newest to oldest
@@ -1170,7 +1186,7 @@ Please check the mimeview file
Show results as table
- 以表格的形式显示结果
+ 以表格的形式显示结果&Rebuild index
@@ -1200,6 +1216,46 @@ Please check the mimeview file
&GUI configuration
+
+ &Results
+
+
+
+ Sort by date, oldest first
+
+
+
+ Sort by date, newest first
+
+
+
+ Show as table
+
+
+
+ Show results in a spreadsheet-like table
+
+
+
+ Save as CSV (spreadsheet) file
+
+
+
+ Saves the result into a file which you can load in a spreadsheet
+
+
+
+ Next Page
+
+
+
+ Previous Page
+
+
+
+ First Page
+
+ RecollModel
@@ -1284,19 +1340,19 @@ Please check the mimeview file
&Preview
- 预览(&P)
+ 预览(&P)Copy &File Name
- 复制文件名(&F)
+ 复制文件名(&F)Copy &URL
- 复制路径(&U)
+ 复制路径(&U)Find &similar documents
- 查找类似的文档(&s)
+ 查找类似的文档(&s)Document history
@@ -1332,19 +1388,19 @@ Please check the mimeview file
&Write to File
- 写入文件(&W)
+ 写入文件(&W)Preview P&arent document/folder
- 预览上一级文档/目录(&a)
+ 预览上一级文档/目录(&a)&Open Parent document/folder
- 打开上一级文档/目录(&O)
+ 打开上一级文档/目录(&O)&Open
- 打开(&O)
+ 打开(&O)Documents
@@ -1363,9 +1419,21 @@ Please check the mimeview file
- Open &Snippets window
+ Duplicate documents
+
+ These Urls ( | ipath) share the same content:
+
+
+
+ Result count (est.)
+ 结果数(估计值)
+
+
+ Query details
+ 查询语句细节
+ ResTable
@@ -1387,35 +1455,35 @@ Please check the mimeview file
&Preview
- 预览(&P)
+ 预览(&P)&Open
- 打开(&O)
+ 打开(&O)Copy &File Name
- 复制文件名(&F)
+ 复制文件名(&F)Copy &URL
- 复制路径(&U)
+ 复制路径(&U)&Write to File
- 写入文件(&W)
+ 写入文件(&W)Find &similar documents
- 查找类似的文档(&s)
+ 查找类似的文档(&s)Preview P&arent document/folder
- 预览上一级文档/目录(&a)
+ 预览上一级文档/目录(&a)&Open Parent document/folder
- 打开上一级文档/目录(&O)
+ 打开上一级文档/目录(&O)&Save as CSV
@@ -1430,35 +1498,82 @@ Please check the mimeview file
ResTableDetailArea&Preview
- 预览(&P)
+ 预览(&P)&Open
- 打开(&O)
+ 打开(&O)Copy &File Name
- 复制文件名(&F)
+ 复制文件名(&F)Copy &URL
- 复制路径(&U)
+ 复制路径(&U)&Write to File
- 写入文件(&W)
+ 写入文件(&W)Find &similar documents
- 查找类似的文档(&s)
+ 查找类似的文档(&s)Preview P&arent document/folder
- 预览上一级文档/目录(&a)
+ 预览上一级文档/目录(&a)&Open Parent document/folder
- 打开上一级文档/目录(&O)
+ 打开上一级文档/目录(&O)
+
+
+
+ ResultPopup
+
+ &Preview
+ 预览(&P)
+
+
+ &Open
+ 打开(&O)
+
+
+ Copy &File Name
+ 复制文件名(&F)
+
+
+ Copy &URL
+ 复制路径(&U)
+
+
+ &Write to File
+ 写入文件(&W)
+
+
+ Save selection to files
+
+
+
+ Preview P&arent document/folder
+ 预览上一级文档/目录(&a)
+
+
+ &Open Parent document/folder
+ 打开上一级文档/目录(&O)
+
+
+ Find &similar documents
+ 查找类似的文档(&s)
+
+
+ Open &Snippets window
+
+
+
+ Show subdocuments / attachments
+
@@ -1833,6 +1948,10 @@ Use <b>Show Query</b> link when in doubt about result and see manual
At most one index should be selected
+
+ Cant add index with different case/diacritics stripping option
+
+ ViewAction
@@ -2129,11 +2248,11 @@ This will help searching very big text files (ie: log files).
Use system's 'file' command
- 使用系统里的'file'命令
+ 使用系统里的'file'命令Use the system's 'file' command if internal<br>mime type identification fails.
- 当内部的文件类型识别功能失效时<br>使用系统里的'file'命令。
+ 当内部的文件类型识别功能失效时<br>使用系统里的'file'命令。Disables use of aspell to generate spelling approximation in the term explorer tool.<br> Useful if aspell is absent or does not work.
@@ -2436,5 +2555,17 @@ The default value is 2 (percent).
Click to add another index directory to the list. You can select either a Recoll configuration directory or a Xapian index.
+
+ Snippets window CSS file
+
+
+
+ Opens a dialog to select the Snippets window CSS style sheet file
+
+
+
+ Resets the Snippets window style
+
+
diff --git a/src/qtgui/i18n/recoll_zh_CN.qm b/src/qtgui/i18n/recoll_zh_CN.qm
index e2af8d65..951c6085 100644
Binary files a/src/qtgui/i18n/recoll_zh_CN.qm and b/src/qtgui/i18n/recoll_zh_CN.qm differ
diff --git a/src/qtgui/i18n/recoll_zh_CN.ts b/src/qtgui/i18n/recoll_zh_CN.ts
index b2200527..7078890d 100644
--- a/src/qtgui/i18n/recoll_zh_CN.ts
+++ b/src/qtgui/i18n/recoll_zh_CN.ts
@@ -898,7 +898,7 @@ Do you want to start the preferences dialog ?
Query details
- 查询语句细节
+ 查询语句细节Could not open external index. Db not open. Check external indexes list.
@@ -962,7 +962,7 @@ Do you want to start the preferences dialog ?
Index not up to date for this file. Refusing to risk showing the wrong entry. Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
- 此文件的索引已过时。程序拒绝显示错误的条目。请点击确定以更新此文件的索引,等待索引完成之后再查询。或者,取消。
+ 此文件的索引已过时。程序拒绝显示错误的条目。请点击确定以更新此文件的索引,等待索引完成之后再查询。或者,取消。Can't update index: indexer running
@@ -993,6 +993,22 @@ Please check the mimeview file
External applications/commands needed for your file types and not found, as stored by the last indexing pass in
+
+ Index not up to date for this file. Refusing to risk showing the wrong entry.
+
+
+
+ Click Ok to update the index for this file, then re-run the query when indexing is done. Else, Cancel.
+
+
+
+ Indexer running so things should improve when it's done
+
+
+
+ Sub-documents and attachments
+
+ RclMainBase
@@ -1150,7 +1166,7 @@ Please check the mimeview file
sortByDateAsc
- 按日期升序排列
+ 按日期升序排列Sort by dates from oldest to newest
@@ -1158,7 +1174,7 @@ Please check the mimeview file
sortByDateDesc
- 按日期降序排列
+ 按日期降序排列Sort by dates from newest to oldest
@@ -1170,7 +1186,7 @@ Please check the mimeview file
Show results as table
- 以表格的形式显示结果
+ 以表格的形式显示结果&Rebuild index
@@ -1200,6 +1216,46 @@ Please check the mimeview file
&GUI configuration
+
+ &Results
+
+
+
+ Sort by date, oldest first
+
+
+
+ Sort by date, newest first
+
+
+
+ Show as table
+
+
+
+ Show results in a spreadsheet-like table
+
+
+
+ Save as CSV (spreadsheet) file
+
+
+
+ Saves the result into a file which you can load in a spreadsheet
+
+
+
+ Next Page
+
+
+
+ Previous Page
+
+
+
+ First Page
+
+ RecollModel
@@ -1284,19 +1340,19 @@ Please check the mimeview file
&Preview
- 预览(&P)
+ 预览(&P)Copy &File Name
- 复制文件名(&F)
+ 复制文件名(&F)Copy &URL
- 复制路径(&U)
+ 复制路径(&U)Find &similar documents
- 查找类似的文档(&s)
+ 查找类似的文档(&s)Document history
@@ -1332,19 +1388,19 @@ Please check the mimeview file
&Write to File
- 写入文件(&W)
+ 写入文件(&W)Preview P&arent document/folder
- 预览上一级文档/目录(&a)
+ 预览上一级文档/目录(&a)&Open Parent document/folder
- 打开上一级文档/目录(&O)
+ 打开上一级文档/目录(&O)&Open
- 打开(&O)
+ 打开(&O)Documents
@@ -1363,9 +1419,21 @@ Please check the mimeview file
- Open &Snippets window
+ Duplicate documents
+
+ These Urls ( | ipath) share the same content:
+
+
+
+ Result count (est.)
+ 结果数(估计值)
+
+
+ Query details
+ 查询语句细节
+ ResTable
@@ -1387,35 +1455,35 @@ Please check the mimeview file
&Preview
- 预览(&P)
+ 预览(&P)&Open
- 打开(&O)
+ 打开(&O)Copy &File Name
- 复制文件名(&F)
+ 复制文件名(&F)Copy &URL
- 复制路径(&U)
+ 复制路径(&U)&Write to File
- 写入文件(&W)
+ 写入文件(&W)Find &similar documents
- 查找类似的文档(&s)
+ 查找类似的文档(&s)Preview P&arent document/folder
- 预览上一级文档/目录(&a)
+ 预览上一级文档/目录(&a)&Open Parent document/folder
- 打开上一级文档/目录(&O)
+ 打开上一级文档/目录(&O)&Save as CSV
@@ -1430,35 +1498,82 @@ Please check the mimeview file
ResTableDetailArea&Preview
- 预览(&P)
+ 预览(&P)&Open
- 打开(&O)
+ 打开(&O)Copy &File Name
- 复制文件名(&F)
+ 复制文件名(&F)Copy &URL
- 复制路径(&U)
+ 复制路径(&U)&Write to File
- 写入文件(&W)
+ 写入文件(&W)Find &similar documents
- 查找类似的文档(&s)
+ 查找类似的文档(&s)Preview P&arent document/folder
- 预览上一级文档/目录(&a)
+ 预览上一级文档/目录(&a)&Open Parent document/folder
- 打开上一级文档/目录(&O)
+ 打开上一级文档/目录(&O)
+
+
+
+ ResultPopup
+
+ &Preview
+ 预览(&P)
+
+
+ &Open
+ 打开(&O)
+
+
+ Copy &File Name
+ 复制文件名(&F)
+
+
+ Copy &URL
+ 复制路径(&U)
+
+
+ &Write to File
+ 写入文件(&W)
+
+
+ Save selection to files
+
+
+
+ Preview P&arent document/folder
+ 预览上一级文档/目录(&a)
+
+
+ &Open Parent document/folder
+ 打开上一级文档/目录(&O)
+
+
+ Find &similar documents
+ 查找类似的文档(&s)
+
+
+ Open &Snippets window
+
+
+
+ Show subdocuments / attachments
+
@@ -1833,6 +1948,10 @@ Use <b>Show Query</b> link when in doubt about result and see manual
At most one index should be selected
+
+ Cant add index with different case/diacritics stripping option
+
+ ViewAction
@@ -2129,11 +2248,11 @@ This will help searching very big text files (ie: log files).
Use system's 'file' command
- 使用系统里的'file'命令
+ 使用系统里的'file'命令Use the system's 'file' command if internal<br>mime type identification fails.
- 当内部的文件类型识别功能失效时<br>使用系统里的'file'命令。
+ 当内部的文件类型识别功能失效时<br>使用系统里的'file'命令。Disables use of aspell to generate spelling approximation in the term explorer tool.<br> Useful if aspell is absent or does not work.
@@ -2436,5 +2555,17 @@ The default value is 2 (percent).
Click to add another index directory to the list. You can select either a Recoll configuration directory or a Xapian index.
+
+ Snippets window CSS file
+
+
+
+ Opens a dialog to select the Snippets window CSS style sheet file
+
+
+
+ Resets the Snippets window style
+
+
diff --git a/website/doc.html b/website/doc.html
index db3eddad..2ff9c737 100644
--- a/website/doc.html
+++ b/website/doc.html
@@ -33,7 +33,8 @@
An
easy
way to extend the "Web queue"
@@ -157,37 +160,12 @@
Firefox (Elinks in this case).
-
2012-09-13
The next Recoll version will
- acquire switchable
- case and diacritics sensitivity. I am writing
- a few pages about the
- issues involved, they are referenced from my
-
- google+ profile
-
2012-09-11
A new user-contributed script for those who use
real-time indexing on laptops: stop or start indexing
according to AC power status. See the details on
the
Wiki.
-
2012-06-19
Update info. If you are not running
- Recoll 1.17.3, you probably should. 1.17.2 and older versions
- have a bug which
- can cause a crash of the indexing process while processing email,
- under relatively common conditions.
- Also, if you are already running 1.17.3, you may want to install
- the updated open/libre-office filter described just below.
-
-
2012-06-01
An
- updated filter for the
- OpenDocument format will properly handle exported Google Docs
- files.
Thanks to Recoll user David, there is now a filter to
+ index and retrieve Lotus Notes messages. See the
+ software
+
+ site on sourceforge and some
+
+ notes from a user with a slightly different
+ configuration.
+
There is a new path translation facility, with a GUI
interface, to make it easier to share an index from a network
share on clients on which the mount points might be