== as separator

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@374 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 20 years ago
parent 9f0f45bcae
commit a31029c5de

@ -11,24 +11,24 @@
# If you find any untranslated string in the webinterface do so, too. # If you find any untranslated string in the webinterface do so, too.
#English=German #English=German
<!-- lang -->default\(english\)=Deutsch <!-- lang -->default\(english\)==Deutsch
<!-- author -->=Roland Ramthun <!-- author -->==Roland Ramthun
#----------------------------------------------------------- #-----------------------------------------------------------
#index.html #index.html
P2P WEB SEARCH=P2P Web-Suche P2P WEB SEARCH==P2P Web-Suche
#only the Button #only the Button
"Search"="Suchen" "Search"=="Suchen"
Enter search word list, separated by space:=Geben Sie hier die Suchworte getrennt durch Leerzeichen ein: Enter search word list, separated by space:==Geben Sie hier die Suchworte getrennt durch Leerzeichen ein:
Max. number of results:=Max. Anzahl Ergebnisse: Max. number of results:==Max. Anzahl Ergebnisse:
order by:=sortiert nach: order by:==sortiert nach:
# ">" to avoid replacing value= # ">" to avoid replacing value=
>Quality-Date=>Qualit&auml;t-Datum >Quality-Date==>Qualit&auml;t-Datum
>Date-Quality=>Datum-Qualit&auml;t >Date-Quality==>Datum-Qualit&auml;t
Resource:=Quelle: Resource:==Quelle:
Max. search time \(seconds\)=Max. Suchzeit (Sekunden) Max. search time \(seconds\)==Max. Suchzeit (Sekunden)
URL mask:=URL-Maske: URL mask:==URL-Maske:
#------------------------------------------------------- #-------------------------------------------------------

@ -91,7 +91,7 @@ public class translator {
while(it.hasNext()){ while(it.hasNext()){
line = (String)it.next(); line = (String)it.next();
if(! line.startsWith("#")){ if(! line.startsWith("#")){
splitted = line.split("="); splitted = line.split("==");
if(splitted.length == 2){ if(splitted.length == 2){
translationList.put(splitted[0], splitted[1]); translationList.put(splitted[0], splitted[1]);
}else if(splitted.length > 2){ }else if(splitted.length > 2){

Loading…
Cancel
Save