- 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
pull/1/head
daburna 19 years ago
parent 1041f4946a
commit dee27a86c6

@ -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>
&nbsp;&nbsp;order by:
&nbsp;&nbsp;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>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Max. search time (seconds):
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;<b>#[description]#</b><br>
<img src="/env/grafics/empty.gif" title="delete" alt="delete" name="minus_#[urlhexhash]#"></a>&nbsp;<b>#[description]#</b><br>
#(snippet)#::<img src="/env/grafics/empty.gif">&nbsp;<i>#[text]#</i><br>#(/snippet)#
<img src="/env/grafics/empty.gif">&nbsp;<a href="#[url]#">#[urlname]#</a><br>
<img src="/env/grafics/empty.gif">&nbsp;#[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&auml;uft...
Max. number of results:==Max. Anzahl Ergebnisse:
order by:==sortieren nach:
# ">" to avoid replacing value=
"Quality-Date"==Qualit&auml;t-Datum
"Date-Quality"==Datum-Qualit&auml;t
Quality-Date==Qualit&auml;t-Datum
Date-Quality==Datum-Qualit&auml;t
YBR-Date-Quality==YBR-Datum-Qualit&auml;t
YBR-Quality-Date==YBR-Qualit&auml;t-Datum
Date-YBR-Quality==Datum-YBR-Qualit&auml;t
Quality-YBR-Date==Qualit&auml;t-YBR-Datum
Date-Quality-YBR==Datum-Qualit&auml;t-YBR
Quality-Date-YBR==Qualit&auml;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&uuml;gung zu stellen. Bleiben Sie bitte online um crawls von anderen Peers zu erlauben. Danke!
"delete"=="l&ouml;schen"
results from a total number of==Resultate aus
known links.==bekannten Links.
You can try to==Sie k&ouml;nnen versuchen

Loading…
Cancel
Save