mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-19 08:44:42 -04:00
- added title="delete" and alt="delete" for minus-grafic in index.html
- updated language file git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1190 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
@ -38,7 +38,7 @@ Max. number of results:
|
||||
<option #(count-100)#::selected#(/count-100)#>100</option>
|
||||
<option #(count-1000)#::selected#(/count-1000)#>1000</option>
|
||||
</select>
|
||||
order by:
|
||||
order by:
|
||||
<select NAME="order">
|
||||
<option value="YBR-Date-Quality" #(order-ybr-date-quality)#::selected#(/order-ybr-date-quality)#>YBR-Date-Quality</option>
|
||||
<option value="YBR-Quality-Date" #(order-ybr-quality-date)#::selected#(/order-ybr-quality-date)#>YBR-Quality-Date</option>
|
||||
@ -53,7 +53,7 @@ Resource:
|
||||
<option value="global" #(resource-global)#::selected#(/resource-global)#>global</option>
|
||||
<option value="local" #(resource-local)#::selected#(/resource-local)#>local</option>
|
||||
</select>
|
||||
Max. search time (seconds):
|
||||
Max. search time (seconds):
|
||||
<select NAME="time">
|
||||
<option #(time-1)#::selected#(/time-1)#>1</option>
|
||||
<option #(time-3)#::selected#(/time-3)#>3</option>
|
||||
@ -94,7 +94,7 @@ If everybody contributes, the results will get better.</p>
|
||||
<li>YaCy tries to index singular instead of plural words. Please use the singular form</li>
|
||||
<li>Only complete words are indexed, not parts of words</li>
|
||||
<li>Don't use stopwords as search words</li>
|
||||
<li>During this test phase the reaction time of remote peers is unknown.
|
||||
<li>During this test phase the reaction time of remote peers is unknown.
|
||||
Please repeat your search to see if there are late-responses from remote peers</li>
|
||||
</ul></p>
|
||||
<p>If you think the information you searched should exist in the global index,
|
||||
@ -119,7 +119,7 @@ from 'late' peers.
|
||||
<!-- link begin -->
|
||||
<p>
|
||||
<a href="#[delete]#" onMouseover="document.minus_#[urlhexhash]#.src=picMinus.src" onMouseout="document.minus_#[urlhexhash]#.src=picEmpty.src">
|
||||
<img src="/env/grafics/empty.gif" name="minus_#[urlhexhash]#"></a> <b>#[description]#</b><br>
|
||||
<img src="/env/grafics/empty.gif" title="delete" alt="delete" name="minus_#[urlhexhash]#"></a> <b>#[description]#</b><br>
|
||||
#(snippet)#::<img src="/env/grafics/empty.gif"> <i>#[text]#</i><br>#(/snippet)#
|
||||
<img src="/env/grafics/empty.gif"> <a href="#[url]#">#[urlname]#</a><br>
|
||||
<img src="/env/grafics/empty.gif"> #[date]# | YBR-#[ybr]# | <a href="ViewFile.html?urlHash=#[urlhash]#&words=#[words]#">Info</a><br>
|
||||
@ -156,4 +156,4 @@ Architecture (C) by Michael Peter Christen,
|
||||
|
||||
#%env/templates/footer.template%#
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
@ -195,13 +195,12 @@ Enter search word list, separated by space:==Geben Sie die Suchbegriffe hier ein
|
||||
Searching...==Suche läuft...
|
||||
Max. number of results:==Max. Anzahl Ergebnisse:
|
||||
order by:==sortieren nach:
|
||||
# ">" to avoid replacing value=
|
||||
|
||||
"Quality-Date"==Qualität-Datum
|
||||
"Date-Quality"==Datum-Qualität
|
||||
Quality-Date==Qualität-Datum
|
||||
Date-Quality==Datum-Qualität
|
||||
|
||||
YBR-Date-Quality==YBR-Datum-Qualität
|
||||
YBR-Quality-Date==YBR-Qualität-Datum
|
||||
Date-YBR-Quality==Datum-YBR-Qualität
|
||||
Quality-YBR-Date==Qualität-YBR-Datum
|
||||
Date-Quality-YBR==Datum-Qualität-YBR
|
||||
Quality-Date-YBR==Qualität-Datum-YBR
|
||||
Resource:==Quelle:
|
||||
global==global
|
||||
local==lokal
|
||||
@ -227,6 +226,7 @@ Please repeat your search to see if there are late-responses from remote peers==
|
||||
If you think the information you searched should exist in the global index,==Wenn Sie glauben, die Information, nach der Sie suchen, sollte im globalen Index stehen,
|
||||
then please run your own peer and start a crawl of your wanted information to make it==dann starten Sie von Ihrem eigenen Peer einen crawl nach der gesuchten Information, um sie
|
||||
available for everyone. Then stay online to support crawls from other peers. Thank you!==allen anderen Peers auch zur Verfügung zu stellen. Bleiben Sie bitte online um crawls von anderen Peers zu erlauben. Danke!
|
||||
"delete"=="löschen"
|
||||
results from a total number of==Resultate aus
|
||||
known links.==bekannten Links.
|
||||
You can try to==Sie können versuchen
|
||||
|
Reference in New Issue
Block a user