diff options
| author | reger <reger18@arcor.de> | 2017-04-02 22:30:23 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2017-04-02 22:30:23 +0200 |
| commit | c19d60f06b90ad7fddcc70913c249d377d37007d (patch) | |
| tree | a35fd7af55a630ba27d9d157d928f97e3bfef5d0 /locales/master.lng.xlf | |
| parent | 9339a6a4c5bc6053bddd823b859b297b82eed462 (diff) | |
update master.lng with recent text changes
to IndexExport_p.html, IndexImportWarc_p.html
Diffstat (limited to 'locales/master.lng.xlf')
| -rw-r--r-- | locales/master.lng.xlf | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/locales/master.lng.xlf b/locales/master.lng.xlf index f1c6d09cc..4626d854c 100644 --- a/locales/master.lng.xlf +++ b/locales/master.lng.xlf @@ -4704,6 +4704,9 @@ <trans-unit id="aa903601" xml:space="preserve" approved="no" translate="yes"> <source>(Rich and full-text Solr data, one document per line in one large xml file, can be processed with shell tools, can be imported with DATA/SURROGATE/in/)</source> </trans-unit> + <trans-unit id="Line0038" xml:space="preserve" approved="no" translate="yes"> + <source>(Rich and full-text Elasticsearch data, one document per line in one flat JSON file, can be bulk-imported to elasticsearch with the command "curl -XPOST localhost:9200/collection1/yacy/_bulk --data-binary @yacy_dump_XXX.flatjson")</source> + </trans-unit> <trans-unit id="cd50c4fa" xml:space="preserve" approved="no" translate="yes"> <source>Full URL List:</source> </trans-unit> @@ -5036,6 +5039,65 @@ </body> </file> +<file original="IndexImportWarc_p.html" source-language="en" datatype="html"> + <body> + <trans-unit id="Line004" xml:space="preserve" approved="no" translate="yes"> + <source>Warc Import</source> + </trans-unit> + <trans-unit id="Line013" xml:space="preserve" approved="no" translate="yes"> + <source>Web Archive File Import</source> + </trans-unit> + <trans-unit id="Line0016" xml:space="preserve" approved="no" translate="yes"> + <source>No import thread is running, you can start a new thread here</source> + </trans-unit> + <trans-unit id="Line0020" xml:space="preserve" approved="no" translate="yes"> + <source>Warc File Selection: select an warc file (which may be gz compressed)</source> + </trans-unit> + <trans-unit id="Line0022" xml:space="preserve" approved="no" translate="yes"> + <source>You can download warc archives for example here</source> + </trans-unit> + <trans-unit id="Line0023" xml:space="preserve" approved="no" translate="yes"> + <source>Internet Archive</source> + </trans-unit> + <trans-unit id="Line0029" xml:space="preserve" approved="no" translate="yes"> + <source>Import Warc File</source> + </trans-unit> + <trans-unit id="Line0037" xml:space="preserve" approved="no" translate="yes"> + <source>Import Process</source> + </trans-unit> + <trans-unit id="13794b50" xml:space="preserve" approved="no" translate="yes"> + <source>Thread:</source> + </trans-unit> + <trans-unit id="Line0040" xml:space="preserve" approved="no" translate="yes"> + <source>Warc File:</source> + </trans-unit> + <trans-unit id="8ffbfacc" xml:space="preserve" approved="no" translate="yes"> + <source>Processed:</source> + </trans-unit> + <trans-unit id="Line0041" xml:space="preserve" approved="no" translate="yes"> + <source>Entries</source> + </trans-unit> + <trans-unit id="93fbf4f3" xml:space="preserve" approved="no" translate="yes"> + <source>Speed:</source> + </trans-unit> + <trans-unit id="Line0042" xml:space="preserve" approved="no" translate="yes"> + <source>pages per second</source> + </trans-unit> + <trans-unit id="d2dce52c" xml:space="preserve" approved="no" translate="yes"> + <source>Running Time:</source> + </trans-unit> + <trans-unit id="b7cb1afd" xml:space="preserve" approved="no" translate="yes"> + <source>hours,</source> + </trans-unit> + <trans-unit id="afaa7f3d" xml:space="preserve" approved="no" translate="yes"> + <source>minutes<</source> + </trans-unit> + <trans-unit id="5d1ec023" xml:space="preserve" approved="no" translate="yes"> + <source>Remaining Time:</source> + </trans-unit> + </body> +</file> + <file original="IndexReIndexMonitor_p.html" source-language="en" datatype="html"> <body> <trans-unit id="351526d8" xml:space="preserve" approved="no" translate="yes"> |
